You gave me this code to make my header white. This works, but it’s only working for the home page, not the others (on a mobile device).
@media only screen and (max-width: 767px){
#top #wrap_all .av_header_transparency {background-color: #ffffff!important; }}
Please help with making it work on the other pages too.
Thanks,
Cameron
Hey Cameron,
Try adding the following:
#header{
background:#ffffff!important;
}
Best regards,
Jordan Shannon
That’s applying it to desktop computers too. I’m just wanting it for all my pages on mobiles.