Hi Kresi team,
I’m wondering if it’s possible to change my font in the sidebars I have throughout the website. I’d like it to match my main menu which is montserrat and I’d also like it to be blue when you’re on a specific page just like the main menu if that makes sense.
Thank you,
Lara
Hey Lara,
Here is the code you can put in Enfold > General Styling > Quick Css, if it does not work, put into themes/enfold/css/custom.css
#top .widget_nav_menu li {
font-family: 'montserrat';
}
#top .widget_nav_menu li.page_item.current_page_item a {
color: #005eaa;
}
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thank you for your help, that code works a treat :)
I was wondering if you could help me get my sidebar menu items to match the order in my drop-down items in the main menu?
Lara
Hi,
Best regards,
Victoria