Make Current Page in Menu Bold
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.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi 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.
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; }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.