I entered into Custom CSS:
/*To hide object*/
@media only screen and (max-width: 767px) {
.hideobjectformobile {
display:none;
}
}
And I entered
hideobjectformobile
into the Colour Section / Section Background / Custom Css Class box.
But it hides the entire Colour Section on mobile, when I need only the Section Background to be hidden. How do I hide only the background image on mobile?
details…
Hi m s,
Please remove that css code since the class is applied to the section it will affect the whole section, please replace it with this code:
@media only screen and (max-width:767px) {
#top .hideobjectformobile .av-parallax-inner {
background-image: none !important;
}
}
Best regards,
Nikko
Thank you!
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon