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. Greg Priday Staff 10 years, 2 months ago

    Hi Cassie

    I’ll send this over to our customization team. They should be able to write up some custom CSS for you. I’ll post it here as soon as they’re done.

  2. Greg Priday Staff 10 years, 2 months ago

    Hi Cassie

    Vantage menu items are bold to start, so we’d need to by making them normal. Then we’d need a second bit of CSS to make them bold when hovering.

    Here’s the CSS to do all of that.

    /* Menu Items */
    .main-navigation a {
      font-weight: normal;
    }
    /* Current Menu Item */
    .main-navigation ul li.current-menu-item > a, 
    .main-navigation ul li.current_page_item > a,
    .main-navigation ul li.current-menu-parent > a { 
    	font-weight: bold;
    }
  3. Cassie Serig 10 years, 2 months ago

    Awesome! It worked perfectly. Thanks very much – great service. :)

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