Sorry, I began a new item.
So I would like to make a sticky transparent menu through all the site.
I mean on the top of the site menu box is transparent, but when you go down, backgraound aapears, but I would like it to stay transaprent
Hi IrinaDvinina!
Please refer to Josue’s post here – https://kriesi.at/support/topic/glassy-transparent-header/#post-310605
Cheers!
Yigit
Hi IrinaDvinina!
Add this to your custom CSS.
.header_bg { background: transparent !important; }
That will make the background transparent on all pages even when scrolling.
Cheers!
Elliott
Thank you so much! It worked perfect!