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

    I would like to know if there is a CSS hack I can use to hide all background images that ONLY appear in coloured-sections when the site goes into responsive mode (sub 768px)

    #648441

    Hey whdsolutions,

    Please try the following in Quick CSS under Enfold–>General Styling:

    @media only screen and (max-width: 767px) {
    .avia-section {
        background-image: none !important;
    }
    }

    Thanks,
    Rikard

    #648445

    You guys are AWESOME!

    Thank you :-)

    #648510

    Hi,

    Glad we could help!
    We really appreciate it if you rate our theme on themeforest .
    To know more about enfold features please check – http://kriesi.at/documentation/enfold/
    Thank you for using Enfold :)

    Best regards,
    Vinay

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Hide background images ONLY in coloured-sections’ is closed to new replies.