Quote Originally Posted by fusionsp View Post
im trying to just change the font for the top header of the cat menu? i changed font sizes and colors and its not taking effect for the flyout? where is this controlled? it must be seperate since some things change and this doesn't

Fusion and ckosloff, Try adding this line to your stylesheet_categories_menu.css to control your color:

Code:
h3#categoriescssHeading.leftBoxHeading {
        color: #FFFFFF;
}

Hope this helps.


ckosloff, Also, try using "text-align: center;" instead of "middle".