I need to increase the font size of the category tabs. I have looked everywhere in the CSS and cannot find where the font size of the navCatTabs comes from. Can someone point me to this? Thanks in advance. Bill O.
I need to increase the font size of the category tabs. I have looked everywhere in the CSS and cannot find where the font size of the navCatTabs comes from. Can someone point me to this? Thanks in advance. Bill O.
#navCatTabsWrapper {
background-color: #ffffff;
color: #9a9a9a;
background-image:none;
font-size: 1.4em;
}
You'll have to add the red part.