This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Transparents menu

Open 3 replies themetheme-vantage
Started · Latest reply by Daniel

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

3
  1. Daniel Staff

    Hi 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

  2. Pure Meditech

    Thank you! unfortunately i don’t use premium (yet). But i think i have figured it out npw. Thank you :)

  3. Daniel Staff

    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.

Have a different question or issue?

Start New Thread