Tagged: x
-
AuthorPosts
-
April 21, 2016 at 8:43 pm #894597
JohnParticipantHey guys,
First let me start by asking do you offer support on ConvertPlug? I know its not X but its part of your approved plugins so I didn’t know the scope of support that you offer with those?
If the answer is YES we do offer support on the approved plugins I have a question about making the background image on my email opt-in pop up disappear when its viewed on a mobile device.
So here is the deal, here is the site:
When you get there and click on this bucket (either the image or the button)
http://prntscr.com/av9m6sThe opt in lightbox comes up. While it looks fine on desktop / tablet, when this opt-in is viewed on a mobile the background image looks unrecognizable and weird.
I’ve tried drilling in via X’s global CSS with the following rule:
@media (max-width:480px){ .cp-modal-body .cp-direct-download { background-color:#fff; } }Buts not working, my question is is there a way to make the lightback background just solid white when viewed on mobile platforms so my this image soup thing isn’t going on?
Thanks!
April 22, 2016 at 1:04 pm #895695
JadeModeratorHi John,
Please try this code:
@media (max-width: 480px) { .cp-modal-body.cp-direct-download { background: #fff !important; } }Hope this helps.
April 22, 2016 at 3:15 pm #895861
JohnParticipantSo far so good, you were able to get closer then me your now drilling into the BG IMG of the lightbox. But the problem is that the background is white at all sizes not jut mobile size.
April 22, 2016 at 3:23 pm #895871
JohnParticipantGot it just had to make a single tweek, thanks for the help X team!
April 23, 2016 at 9:32 am #896667
ThaiModeratorYou’re most welcome 🙂
If you need anything else please let us know.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-894597 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
