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].
Hello,
I would like the main navigation of my site to be transparent and that the meta slider picture/photo will go to the top of the page. Just like de Meta Slider website www.metaslider.com. Is this possible?
URL: http://de-sapkar.nl
Hi Proppel
It’s a little technical but I think I have it. Try the following under Appearance > Custom CSS:
/* Vantage Logo in Menu Transparent Menu BG */ nav:first-of-type { display: none; } .main-navigation.sticky[style] { width: 100% !important; } .main-navigation { background: none !important; box-shadow: none !important; } #main { padding-top: 100px; } .home #main { padding-top: 35px; }That’s great! It works like a charm! Thank you!
Super, glad that helped.