Hi
Is there a way to hide the header background image on mobile devices using CSS?
Thanks
Jane
Hey jscarlett,
Add the following to quick css:
@media only screen and (max-width: 767px) {
#header_main.container_wrap.container_wrap_logo{
background-image:none!important;
}}
Best regards,
Jordan Shannon
Hi Jordan
That’s great thank you it works! And such a quick response!
Jane
Hi,
I’m happy to help, if you need anything else please let us know here in the forums.
Best regards,
Jordan Shannon