PFENN5000 Posted July 26, 2023 Posted July 26, 2023 Hi all. I'm having a frustrating experience attempting to change the colour of the description font in an image gallery. When the images in this gallery are opened in a lightbox, the title appears in white, but the description text is red (see attached screengrab). I want all the text to be white, but cannot work out how to change it, and doing so is in no way intuitive. I've followed the advice in this video: https://www.youtube.com/watch?v=W6fRxUA7a7w but that didn't work, and added the following piece of code to the CSS: .sql-gallery .meta-description p {color: #ffffff!important} but that also doesn't work. So if anyone can advise on how I can fix this, that would be really appreciated. Website link is here: https://www.patrickpictures.co.uk/photos Thanks, P
Solution tuanphan Posted July 27, 2023 Solution Posted July 27, 2023 Use this code instead .yui3-lightbox2 .sqs-lightbox-meta * { color: white !important; } PFENN5000 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
PFENN5000 Posted July 27, 2023 Author Posted July 27, 2023 10 hours ago, tuanphan said: Use this code instead .yui3-lightbox2 .sqs-lightbox-meta * { color: white !important; } That worked a treat! Thanks so much tuanphan tuanphan 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment