Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
Theme is Vantage.
I have the masthead set to “logo in masthead”
And its set to sticky for scrolling.
I’ve tried code from various other threads but nothing seems to have any effect.
Anyone have css to make the masthead transparent both at start and while scrolling (sticky)?
Thanks
So –
.site-header {
position: absolute;
left: 0;
right: 0;
}
.hgroup, .main-navigation {
z-index: 400;
}
#sticky-container .main-navigation {
background: rgba(53,139,244,.5) !important;
}
.main-navigation {
background: rgba(53,139,244,.5) !important;
}
.site-main {
padding: 0 35px !important
}
#search-icon #search-icon-icon {
background: rgba(52,53,56,.5);
}
Hi Will
Thanks for keeping this thread updated. Have you made progress using the Custom CSS rules posted above?
Yes, that code worked.
Hi Will
Super, that’s good to hear. Thanks for sharing your progress.
If any questions arise in the future, please, let us know.
Cheers for now.
Andrew