Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #810002

    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

    • This topic was modified 7 years, 5 months ago by Cameron.
    #810068

    Hey Cameron,

    Try adding the following:

    
    #header{
    background:#ffffff!important;
    }

    Best regards,
    Jordan Shannon

    #810670

    That’s applying it to desktop computers too. I’m just wanting it for all my pages on mobiles.

    • This reply was modified 7 years, 5 months ago by Cameron.
    #810684

    Hi,
    If you only want it for mobile try:

    @media only screen and (max-width: 767px) { 
    #header{
    background:#ffffff!important;
    }}

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.