Originally Posted by mespe I have the top navigation bar for store categories turned on, but would like to increase the font size, where could I do this? Via your CSS file in includes/templates/YOUR TEMPLATE/CSS/stylesheet.css Perhaps increasing the font-size under #nav-menu > li > a Do you have a link to your site?
Assuming your template hasn't changed the id names, you could add something like this to your stylesheet: #navCatTabs {font-size: 1.3em;}
link www.benzbonz.biz/store
Originally Posted by stevesh Assuming your template hasn't changed the id names, you could add something like this to your stylesheet: #navCatTabs {font-size: 1.3em;} That did it, thank you
Forum Rules