Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #916441

    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

    #916607

    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

    #917615

    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

    #917777

    Hi,

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.