Transparent menu using vantage theme
Hi All,
Is there some CSS I could add to my site to make the vantage main menu transparent? So that it also sits over the header image. A bit like this website:
http://www.designagency.co.uk/
Any pointers would be really helpful.
Thank you
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
2Hi Luc,
Try adding the following CSS to WP AdminAppearanceCustom CSS:
.site-header { position: absolute; left: 0; right: 0; } .hgroup, .main-navigation { z-index: 400; } #sticky-container .main-navigation { background: rgba(52,56,1,.5) !important; } .main-navigation { background: none !important; } .site-main { padding: 0 35px !important } #search-icon #search-icon-icon { background: rgba(52,53,56,.5); }How does that look?
You might also need to install the SiteOrigin CSS Editor.
That is amazing! worked perfectly. Thank you
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.