Transparency in navigation masthead
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
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4So –
.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
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.