Home>Support>Make Current Page in Menu Bold
  1. 8 years, 10 months ago Greg Priday
    Hi, I Work Here

    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. 8 years, 10 months ago Greg Priday
    Hi, I Work Here

    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. 8 years, 9 months ago Cassie Serig

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More