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

    My header is transparent on desktops but gray for some reason on mobile devices. I’d like it to show up as white on mobile devices.

    Please help.

    Thanks,

    Cameron

    #806413

    Hey Cameron,
    Try this code in the General Styling > Quick CSS field:

    @media only screen and (max-width: 767px){
    #top #wrap_all .av_header_transparency {background-color: #ffffff!important; }}

    If you are still having trouble please include the url to the page in question so we can take a closer look.

    Best regards,
    Mike

    #807087

    It works! Thanks Mike.

    #807090

    Hi,

    I am glad Mike’s solution was able to help you. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Header is gray on mobile’ is closed to new replies.