Home>Support>Make Current Page in Menu Bold

Make Current Page in Menu Bold

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Is it possible to make the current page you are on bold in the menu? You can see my work in progress here: www.solarbeetle.com

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 7 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. 9 years, 7 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. 9 years, 7 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