Transparents menu
Hi. I would like to make my menu transparent, but I’m not quite sure where should I put the coding given (from the other thread). And in which .php file should it be? Thank you
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi there,
If you are using a premium version can change this with some custom CSS. If you navigate to Appearance > Custom CSS, you’ll get our custom CSS editor. Just add the following code.
/* Vantage Logo in Menu Transparent Menu BG */ .main-navigation.sticky[style] { width: 100% !important; } nav:first-of-type { display: none; } .main-navigation { background: rgba(255, 255, 255, 0.7) !important; }Let me know the outcome
Cheers
Thank you! unfortunately i don’t use premium (yet). But i think i have figured it out npw. Thank you :)
Perfect :-)
Always feel free to open a new thread whenever you require support
Cheers
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.