Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #722277

    Hello,

    I’ve been crawling these forums for a while and trying the various solutions presented. I’m trying to remove the fixed background images on the page noted below when viewed on a mobile device.

    So far adding the following to my Quick CSS:
    @media only screen and (max-width: 989px) {
    #hide-bg-mobile{
    background-image:none !important;
    }
    }

    And then assigning the hide-bg-mobile ID to the color sections results in the background images disappearing when my browser window size is reduced, but the images still appear on both Apple and Android devices.

    I’ve supplied the URL below, as well as the login I’ve given you guys for tickets in the past. Thanks for your help!

    #723349

    Hey Luc,

    It works fine on my end. Can you please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Best regards,
    Yigit

    #724459

    Thanks for getting back to me.

    I’ve cleared the cache on my Android device and refreshed the page several times. I’ve also tested it on an iPhone 6 that had never visited our site. I’ve attached screen shots of both attempts.

    #725775

    Hi,

    Can you try to change id to class? you can refer to this post on enabling custom css classes: http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/

    IDs should be unique and not have multiple ids in a single page, let us know if this resolves the issue.

    Best regards,
    Nikko

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