Tagged: header, main menu, transparency
Hi Team,
I tried to find it via search but couldn’t.
I need the header to be NOT transparent at all (it’s slightly by default) when scrolling down the page. I’m using the transparent header option:
Please advise,
Jan
Hi Jan!
Add this to your custom CSS.
.header-scrolled .header_bg { opacity: 1 !important; }
Regards,
Elliott
Hi Elliott,
thank you, but it still doesn’t work:
Any ideas? Cache is emtpy.
Jan
It works with this css:
.header_bg { opacity: 1 !important; }
:)