Tagged: 

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #907667

    Been trying to figure this out but can’t

    How do I keep the “sticky” header transparent (or a specific color) when I scroll?

    Thanks

    #907707

    Hey Martin,

    Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top #header .header_bg {
        background: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    Let us know if this helps :)

    Best regards,
    Nikko

    #907726

    Perfect!; Thanks Nikko;

    Do you think it’s possible to do it just for the home page?

    Martin

    #907730

    Hi,

    Yes, just replace the code I gave with this one:

    #top.home #header .header_bg {
        background: transparent;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    Hope this helps :)

    Best regards,
    Nikko

    #907732

    thanks Nikko; that did it.

    #907737

    Hi,

    Glad we could help! Let us know if you need further assistance :)

    Best regards,
    Nikko

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