i managed to work out what part of the stylesheet php file i need to amend to change the categories colours in my forums
only issue is if i change the catergory colour it also changes the thread link below it which makes it look nasty. I want just the title of the category to be a different colour to stand out
code is:
Quote:
/* Forum category titles */
.cattitle { font-weight: bold; font-size: 12px ; letter-spacing: 0px; color : #ffffff}
a.cattitle { text-decoration: none; color : #ffffff; }
a:hover.cattitle{ text-decoration: none; color : #666666;}
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum