AmandaLaF Posted October 18, 2019 Share Posted October 18, 2019 Hello. I'd like to apply the same background overlay to mobile that appears on desktop when the promotional popup is active. On desktop I see the following CSS which is missing from mobile. How can I add this to the mobile CSS? .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide-container[data-slide-type="popup-overlay"] .sqs-slide { position: fixed; } .sqs-slide-wrapper[data-slide-type="popup-overlay"] .sqs-slide { background: #0000008c; } Thanks in advance! Link to comment
tuanphan Posted October 18, 2019 Share Posted October 18, 2019 @AmandaLaF Try add !important to after, eg: position: fixed !important; if it doesn't work, can you share site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
deandra.olivieri Posted May 5, 2020 Share Posted May 5, 2020 @tuanphan adding !important; isn't working. Any ideas? Here's a link to my site: https://www.jenevoymakeupstudio.com/ Link to comment
tuanphan Posted May 5, 2020 Share Posted May 5, 2020 1 minute ago, deandra.olivieri said: @tuanphan adding !important; isn't working. Any ideas? Here's a link to my site: https://www.jenevoymakeupstudio.com/ Seems fine here. Have you tried clearing your browser cache yet? or try other browsers Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
deandra.olivieri Posted May 5, 2020 Share Posted May 5, 2020 Trying to get a background overlay over the site the way it appears on desktop. Is this possible? Link to comment
deandra.olivieri Posted May 5, 2020 Share Posted May 5, 2020 I'm also trying to add an image the way it appears on desktop. Do you know if that's possible @tuanphan? Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.