Zen Cart Logo
Forums / General Questions / Font size not defined in #navMain

Font size not defined in #navMain

Locked

Views: 722

Results 1 to 3 of 3
This thread is locked. New replies are disabled.
13 Dec 2010, 1:24 AM
#1
goldenis avatar

goldenis

Zen Follower

Join Date:
Nov 2010
Posts:
115
Plugin Contributions:
0

Font size not defined in #navMain

Still trying to change font size in horizontal bar for categories on main page. Not found in #navMain. Can it just be inserted or am I looking in the wrong place? Tried changing other vectors like line-height or padding. Thanks! view at http: //www.naicsfurniture.com

#navMain ul, #navSupp ul, #navCatTabs ul {
margin: 0;
padding: 0.5em 0em;
list-style-type: none;
text-align: center;
line-height: 1.5em;
}

#navMain ul li, #navSupp ul li, #navCatTabs ul li {
display: inline;
}

#navMain ul li a, #navSupp ul li a, #navCatTabs ul li a {
text-decoration: none;
padding: 0em 0.5em;
margin: 0;
color: #ffffff;
white-space: nowrap;
}

13 Dec 2010, 1:29 AM
#2
kobra avatar

kobra

Black Belt

Join Date:
Aug 2005
Location:
Arizona
Posts:
31,500
Plugin Contributions:
4

Re: Font size not defined in #navMain

trying to change font size in horizontal bar for categories on main page
Add this to your stylesheet and adjust to suit

#navCatTabsWrapper {
        font-size: 1.2em;
        }
13 Dec 2010, 1:57 AM
#3
goldenis avatar

goldenis

Zen Follower

Join Date:
Nov 2010
Posts:
115
Plugin Contributions:
0

Re: Font size not defined in #navMain

That worked just great. Thank you!