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

    hello
    I have arranged for header / menu to hide and show on scrolling down. On home page > Page layout > Header settings > Display header when page is scrolled.
    This works fine. However, as another refinement, I would like the header to be semi-transparent when it is unhid on scrolloing down.

    Having adoped the hide settings, have been to the enfold > header > transparenncy options, but seems ineffective and doesn’t have any effect.
    Have search and tried to apply verious CSS but nothing I have found works! Please advise if you can. Perhaps can’t be done, because in dropdown , i am asked to choose between hide scrool OR transparency. My thanks.

    #1281787

    it is in deed the fact that it is a bit transparent ( opacity: 0.95)
    just change for those pages the .header_bg option with quick css:

    .home .header_bg {
     opacity:0.5;
     filter:alpha(opacity=50);
    }

    it maybe neccessary to have here an !important – but first try it without

    #1281853

    worked first time … my thanks for help

    #1281910

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1281920

    no, all fine. thank you xx

    #1282131

    Hi,

    If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘scroll hide AND transparent header, is this possible?’ is closed to new replies.