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

3
  1. Andrew Misplon Staff 10 years, 10 months ago

    Hi R G

    Not easily. To change the menu opacity you can try the following under Appearance > Custom CSS:

    /* Vantage - Adjust color and opacity of drop down menu items and drop down menu hover */
    .main-navigation ul ul { background: rgba(200, 54, 54, 0.5) !important;  } 
    .main-navigation ul ul li:hover > a { background: rgba(200, 54, 54, 0.5) !important;  }

    The first three numbers in a RGBA value are the color, the fourth is the opacity.

    Additionally you’d need to try the following under Appearance > Custom CSS to shift the slider up:

    /* Vantage Logo in Menu Slider Overlap */
    .main-navigation {
      z-index: 1;
    }
    #main-slider {
      margin-top: -59px;
    }
  2. R G 10 years, 10 months ago

    Hmm, i tried nothing happened.

  3. Andrew Misplon Staff 10 years, 10 months ago

    Please leave the Custom CSS in place and send through your url. The above assumes you’re using the “Logo in Menu” layout.

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