djepsilon Posted June 14, 2021 Share Posted June 14, 2021 Site URL: https://www.wwo.org Hi! I have a promotional pop-up on my site that is just a square graphic along with two buttons. It looks fine on desktop, but the mobile pop-up does not show the graphic, just the two buttons. Is there anyway to customize the CSS so that I can have that square graphic appear above the mobile pop-up? Any help would be greatly appreciated! Link to comment
tuanphan Posted June 14, 2021 Share Posted June 14, 2021 Try adding to Design > Custom CSS > Replace with your image url @media screen and (max-width:767px) { div.sqs-slice-group.group-copy.copy-layer-background { background-image: url(https://cdn.pixabay.com/photo/2018/03/11/14/09/eggs-3216877__340.jpg) !important; background-size: cover; background-repeat: no-repeat; } } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment