Tagged: background image
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;
}
}
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
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
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;
}
}
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
Hello Rikard,
You can close the topic, thanks!
Wkr,
Tim
Hi Tim,
We’re glad to hear that :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko