Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #644337

    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?

    #644395

    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

    #648721

    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?

    #649799

    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

    #650931

    Thanks, we’ll give it a try.

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.