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

    Is there a way to make the header non transparent. When I scroll my page I can see the page through the header. Very distracting.

    #274738

    Hey!

    Try adding this code to the Quick CSS:

    #header{
        background: white !important;
    }
    .header_bg {
        opacity: 1 !important;
    }

    Cheers! 
    Josue

    #274745

    Perfect!

    #274752

    You are welcome, always glad to help :)

    Regards,
    Josue

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