Quote Originally Posted by clydejones View Post
You can try adding this to the stylesheet. change the highlighted portion as desired

.betterCategories .category-subs-parent a, .betterCategories .category-subs-parent a:visited,
.betterDocuments .category-subs-parent a, .betterDocuments .category-subs-parent a:visited,
.betterEzpages .category-subs-parent a, .betterEzpages .category-subs-parent a:visited,
.betterInformation .category-subs-parent a, .betterInformation .category-subs-parent a:visited,
.betterMoreinformation .category-subs-parent a, .betterMoreinformation .category-subs-parent a:visited,
.betterBestsellers .category-subs-parent a, .betterBestsellers .category-subs-parent a:visited {
display: block;
background-color: #fff;
border-top: 1px solid #DFDFDF;
padding: 0.4em;
}
I added this and didn't change the subcategory colors.
However, I moved this to its own section and changed the color for the whole menu:
.betterCategories a, .betterCategories a:visited {
color: #FF0000;
}
My Goal is to get the category titles to Red and the subcategories to Blue.

Thanks for your help.
Nett