Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1150453

    Hello,

    We don’t want to show a fixed background image on mobile. We used this code, it works with inspector tool on mobile, but not on a real mobile. Can you help thnx!

    
    @media only screen and (max-width: 700px){
    #av_section_3,
    #av_section_4,
    #av_section_5,
    #av_section_6,
    #av_section_7,
    #av_section_8,
    #av_section_9,
    #reviews,	
    #cursussen,
    #faq{
    background-image: none!important;
    	}
    }
    #1150619

    Hey Tim,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1150789
    This reply has been marked as private.
    #1150834

    Hi Tim,

    Please try this code in the customizer

    
    @media only screen and (max-width: 767px){
    #av_section_3,
    #av_section_4,
    #av_section_5,
    #av_section_6,
    #av_section_7,
    #av_section_8,
    #av_section_9,
    #reviews,
    #top #reviews .av-parallax,	
    #cursussen,
    #faq {
    background-image: none!important;
    	}
    }
    

    Best regards,
    Victoria

    #1150863

    Hey Victoria,

    Thnx that worked fine :) did id also for the other id:

    @media only screen and (max-width: 767px){
    #top #av_section_3 .av-parallax,
    #top #av_section_4 .av-parallax,
    #top #av_section_5 .av-parallax,
    #top #av_section_6 .av-parallax,
    #top #av_section_7 .av-parallax,
    #top #av_section_8 .av-parallax,
    #top #av_section_9 .av-parallax,
    #top #cursussen .av-parallax,
    #top #reviews .av-parallax,     
    #top #faq .av-parallax   {
    background-image: none!important;
            }
    }
    #1151060

    Hi Tim,

    Great, I’m glad that you got things working and thanks for sharing your code. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1151696

    Hello Rikard,

    You can close the topic, thanks!

    Wkr,
    Tim

    #1151789

    Hi Tim,

    We’re glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Don't display background image on mobile’ is closed to new replies.