change font in navigation bar
11thflower said 10 months, 4 weeks ago:
Hi, I’m very new to using website tonight and I need help with changing the font in the navigation bar of my site. I really don’t want times new roman. Please help!!
timb said 10 months, 4 weeks ago:
@11thflower
You would be able to modify the font for your navigation menu using CSS. To modify your CSS you can use this help article:
Editing CSS with WebSite Tonight
You should be able to add a font-family under the ‘sf_navigation’ class of your CSS. You can use this link for a reference of commonly used fonts:
http://www.w3schools.com/cssref/css_websafe_fonts.asp
Tim B
Nate D said 10 months, 4 weeks ago:
@11thflower – Here is an example of the CSS, let us know how it works out for you:
.sf_navigation { font-family: Verdana, Geneva, sans-serif }
jazh said 10 months, 3 weeks ago:
Thanks!
keltrashan said 10 months, 2 weeks ago:
@11thflower…I also wanted to change the font in the navigation menu. I tried using your suggestion. I was able to change the font, however, the color of the font, the background and the photos changed back to original layout. I tried to go in and change the background and photos, but it wasn’t possible. Any suggestions?
Nate D said 10 months, 2 weeks ago:
@keltrashan – This code would not change any colors, backgrounds, or images. It sounds like you added more than just this code. If this is the only change your making with CSS it should be the only code in your Advanced CSS area.
.sf_navigation { font-family: Verdana, Geneva, sans-serif }
2 min expected wait time