• Resolved yukikoshimada

    (@yukikoshimada)


    Hello,

    I am using the Tine Hestia theme. And I was wondering if there was any way to increase the font of the Menu (Getting Started, Compare Brokers, etc).

    Please let me know if this is possible.

    Kind regards,

    Yukiko

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello yukikoshimada,

    You can increase the font size of the menu by the below given css-

    .navbar .navbar-nav > li > a
    {
    font-size:18px !important;
    }
    

    I hope the above was helpful.

    Kind regards,

    Manoj

    Thread Starter yukikoshimada

    (@yukikoshimada)

    Hello and thank you for your response.

    I am currently using the plugin Code Snippets for this, but it is telling me that there is a error on line 1. Would you have any ideas as to why this would be?

    Kind regards,

    Yukiko

    Hello,

    Thanks for contacting us.

    please go to Appearance > customize > Additional CSS
    and paste below code

    
    .navbar .navbar-nav > li > a {
        
        font-size: 16px !important;
       
    }
    

    You can increase and decrease font size according to your liking.

    Please Let me know how it goes.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Increase Menu Font’ is closed to new replies.