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.

Replies

2
  1. Nicholas Brown 10 years, 10 months ago

    I also need the menu text to not be transparent. It is harder to read, now. This is what I used to make the menu transparent:

    .main-navigation {
    zoom: 1;
    filter: alpha(opacity=50);
    opacity: 0.5;
    }

  2. Andrew Misplon Staff 10 years, 10 months ago

    Hi Nicholas

    Thanks for reaching out.

    Masthead background is at Appearance > Customize > Page > Masthead Background. If you’re unable to change that then let us know and we’ll try help. By default it’s not possible to get the masthead background showing through the menu, we’d need to do some custom development for that to happen.

    Here is how you might set the menu opacity under Appearance > Custom CSS:

    /* Vantage Menu Opacity */
    .main-navigation {
    background: rgba(255,0,0,0.3) !important;
    }

    255,0,0 is the RBG color, 0.3 is the opacity. Adjust as required.

    I spent some time on moving the menu up now, I unfortunately wasn’t able to. We don’t officially cover customisations of this nature. We do our best to help out where possible though.

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