Quote Originally Posted by evariety View Post
I like this template very much and installed it at my website
www.mumnbaby.com.
Recently I have customer complaint that the wording for the catagories at side box is too small, I want to change the size of the font to bigger font, but i don;t know where should I change it, does anybody know and can guide me?
Thank you
open includes/templates/desert_noon/css/stylesheet.css

find the following declaration and change the highlighted portion to suit your needs.

#navColumnOne, #navColumnTwo {
margin: 0 auto;
background-color: transparent;
vertical-align: top;
font-size: 1em;
}