I would like to hide the phones so that when the screen gets thin, the words don’t overlap the image. So say at 700px wide, hide background image., Just can’t figure out the CSS for it.
Hey Kyle,
So you want to hie the header background?
Best regards,
Jordan Shannon
The header area itself doesn’t have an image in it. The background image is in a color section below the header and I am using the transparent header option so the menu is over the color section below it.
Hi,
Please screenshot the exact section background you need hidden.
Best regards,
Jordan Shannon
Hi,
Add this to quick css:
@media only screen and (max-width: 767px) {
#av_section_1{
background-image:none!important;
}}
Best regards,
Jordan Shannon
perfect thanks!
Hi,
No problem at all. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon