Change Font in Navigation Menu Only

Great work on all your quick replies in the forum, very impressive!

I would like to change the font style in my Navigation Menu only so it breaks up the font monotony on the page. Is this possible?

I have tried to put this code into the custom css area but it doesn’t make any changes to the site.

}
.navbar-default .navbar-nav {
font-family: Courier New;
}

Thanks!

Hi @heatherj007,

I hope you are well today and thank you for your question.

I am not sure what you meant by “only so it breaks up the font monotony on the page” but you can change your Navigation Menu font to “Courier New” by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Travelify Other Options

#main-nav li {
    font-family: "Courier New", Courier, monospace;
}

Best Regards,
Movin