Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #185475

    How do I edit the font style of the top navigation?

    #185630

    Hi ErikManger!

    You can target following class to make changes on main menu

    .main_menu ul:first-child > li > a {  }

    Cheers!
    Yigit

    #185633

    Hi,

    What CSS do I edit?

    #185635

    Nevermind, that led me to change the font SIZE – I want to change the STYLE

    #185636

    Hi!

    What exactly would you like to change? Font size, font family, color?

    Regards,
    Yigit

    #185646

    Font family.

    #185649

    Hi!

    You can add following code Quick CSS in Enfold theme options under Styling tab and change it to the font family you would like to use

    .main_menu ul:first-child > li > a { font-family: 'Oswald', 'HelveticaNeue', 'Helvetica Neue', Helvetica, Arial, sans-serif; }

    Cheers!
    Yigit

    #185659

    Hi,

    I did this – it worked, but it did not solve my problem.

    http://puu.sh/5bhxK.png

    Notice how the “i” is displaying as “l” – how do I fix this?

    #186136

    Hi!

    Please try deactivating all active plugins and check if issue remains.

    Best regards,
    Yigit

    #238907

    I tried the code .main_menu ul:first-child > li > a { font-size: 18px;} to make changes to the size of the navigation. Nothing changed any suggestions?

    #238909

    Hey!

    Have you tried flushing browser cache after applying the code and refreshing your page a few times? If still does not work, please post the link to your website so we can take a look

    Cheers!
    Yigit

    #238911

    http://shocktp.com/ I did flush out the cache and I went to another browser just to see, still to no avail.

    #238913

    Hi!

    Please use following code instead

    .html_header_top.html_bottom_nav_header .main_menu ul:first-child>li a { font-size: 18px; }

    Best regards,
    Yigit

    #238923

    Awesome that worked!! Thank you!!

Viewing 14 posts - 1 through 14 (of 14 total)
  • The topic ‘Enfold Top Navigation Font Change’ is closed to new replies.