How do I edit the font style of the top navigation?
Hi ErikManger!
You can target following class to make changes on main menu
.main_menu ul:first-child > li > a { }
Cheers!
Yigit
Hi,
What CSS do I edit?
Nevermind, that led me to change the font SIZE – I want to change the STYLE
Hi!
What exactly would you like to change? Font size, font family, color?
Regards,
Yigit
Font family.
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
Hi,
I did this – it worked, but it did not solve my problem.
Notice how the “i” is displaying as “l” – how do I fix this?
Hi!
Please try deactivating all active plugins and check if issue remains.
Best regards,
Yigit
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?
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
http://shocktp.com/ I did flush out the cache and I went to another browser just to see, still to no avail.
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
Awesome that worked!! Thank you!!