LemonstrikeCreativeStudios Posted March 9, 2023 Share Posted March 9, 2023 Fellow SQSPers, I've got Featherlight configured for a text popup on this page (site pw: teacup), and I've added some styling to the popup close button (below, top). Screenshot attached for what it should looks like. I can only see the CSS working when I'm logged into the. site and viewing the page in the editor. It is not working when logged out, on any type of window, incognito/private or otherwise. Meanwhile, the styling for the popup window itself (below, bottom) is working just fine. Anyone know why this might be happening in spite of the !important tags included? TIA! .featherlight .featherlight-close-icon { line-height: 50px!important; width: 50px!important; color: #941114!important; font-size: 1.5rem!important; } .featherlight .featherlight-content { padding: 10px 42px 10px 35px!important; } Link to comment
tuanphan Posted March 11, 2023 Share Posted March 11, 2023 Add this code to Bottom of CSS box .featherlight .featherlight-close-icon { line-height: 50px !important; width: 50px !important; color: #941114 !important; font-size: 1.5rem !important; } .featherlight .featherlight-content { padding: 10px 42px 10px 35px !important; } 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
Solution LemonstrikeCreativeStudios Posted March 28, 2023 Author Solution Share Posted March 28, 2023 Thanks @tuanphan! Apologies for the delay. That's the same code I had in place already, and it seems to be working now so I'm assuming it was a caching issue. I'll close this out. Thanks again! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment