chrisp14 Posted March 11, 2020 Share Posted March 11, 2020 Site URL: https://www.chrispcreations.com/ads#/jdholiday/ The light box description font is difficult to read. I tried to change the description font color to white by putting the following code into the specific page's advanced settings: <style> div.sqs-gallery-block-grid .meta .meta-description p { color: hsla(0, 0%, 0%, 1); } </style> Didn't work—is there a way I can make the description font white, or the hover overlay 100% opacity? Link to comment
Guest Posted March 11, 2020 Share Posted March 11, 2020 Try this! .yui3-lightbox2 .sqs-lightbox-meta p:last-child { color: white !important; } -Holly Link to comment
tuanphan Posted March 12, 2020 Share Posted March 12, 2020 or you can also add this code to Page Header <style> .yui3-lightbox2 .sqs-lightbox-meta * { color: white !important; } </style> 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!) Link to comment
chrisp14 Posted March 12, 2020 Author Share Posted March 12, 2020 7 hours ago, tuanphan said: or you can also add this code to Page Header <style> .yui3-lightbox2 .sqs-lightbox-meta * { color: white !important; } </style> This worked like a charm, thank you! Any chance I can also bold the title or increase the title font size so it's more prominent than the description? Link to comment
tuanphan Posted March 12, 2020 Share Posted March 12, 2020 <style> .yui3-lightbox2 .sqs-lightbox-meta * { color: white !important; } .yui3-lightbox2 .sqs-lightbox-meta h1 { font-size: 30px !important; } </style> 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!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.