Hi,
We’d like to have the background watermark only on the home page on mobile. It seems to work that way in portrait layout, but in landscape on mobile the watermark appears on all pages. Do you happen to have any suggestions?
Hey Gallop_Web,
It’s not clear what you are trying to achieve. Would you mind posting us a screenshot/mockup of what you would like to achieve? You can upload the screenshot to imgur.com or dropbox and share the link here :)
Best regards,
Vinay
Thanks for your reply. I’ve uploaded a screenshot of the mobile home page in portrait view which is correct. I’ve also uploaded a screenshot of the about page in landscape view which is incorrect. In general, I’d only like a watermark to show on the home page and to position itself correctly behind the text itself in both portrait and landscape view. Any suggestions?
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
@media only screen and (max-width: 480px) {
.main_color {
background: white;
}}
Best regards,
Yigit
Thanks, we’ll give it a try.