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.
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
worked first time … my thanks for help
Hi,
Did you need additional help with this topic or shall we close?
Best regards,
Jordan Shannon
no, all fine. thank you xx
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon