You must be logged in to post
Search Forums:


 






Wildcard Usage:
*    matches any number of characters
%    matches exactly one character

Making Nav Bar Text Bolder?

UserPost

11:42 pm
February 8, 2010


join25

Member

posts 9

1

How can we make text in Nav bars bolder and tad bit bigger?

Thanks

6:37 am
February 9, 2010


Ryan

Admin

posts 1267

2

Go into the style.php file and add this at the end and save:

#nav ul li a span {font-size:15px;font-weight:bold;}

Change the 15px value to whatever you need.