Hide public flag/badge (orange with an eye) on album covers #4532
-
|
Hi there I was wondering if there is a way to hide the public flag / badge using custom CSS (the orange flag with an eye on the left top corner of each album / sub-album cover). All my albums are set to public but hidden, and it looks rather weird that it all has the orange badge on each thumbnail. Google AI said to add this to the custom CSS, but it didn't work: /* Universal override for public badges across all root and sub-album containers / |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
|
I am currently redoing the front-end, so I guess it is even better if I give you a toggle in settings whether to show some flags ? :) |
Beta Was this translation helpful? Give feedback.
-
|
This Custom CSS worked - but very aggressive, as it pretty much removes all badges (not just the public-but-hidden ones on album covers): /* 1. Target and wipe out the absolute position badge wrappers / /* 2. Target specific SVGs matching an 'eye' or 'globe/world' path shape / /* 3. Catch generic absolute overlay icons inside grid items / |
Beta Was this translation helpful? Give feedback.
-
|
Here we go: #4542 |
Beta Was this translation helpful? Give feedback.
Here we go: #4542