Hello, is there a way to change the style of the menu item text to bold when the page is active? As you can see in the photo I used the underline style when active, I would like to also make it bold.
I tried to change the CSS using Google inspector but I can't seem to find the right class/ID.
Hello, is there a way to change the style of the menu item text to bold when the page is active? As you can see in the photo I used the underline style when active, I would like to also make it bold.
I tried to change the CSS using Google inspector but I can't seem to find the right class/ID.
Hi There,
Please send your website url.
Thanks.
Hi there,
Use the following custom css in Salient > General settings > CSS/Script related:
#top nav ul li.current_page_item a { font-weight: 900; }
Kind regards.
Thank you that works perfectly!