PDA

View Full Version : Font Color for Forum Category Title & Description


Jeromedia603
02-15-2013, 04:03 AM
I have a white font for the Forum Category Title and an Orange font for the description. I changed multiple fonts and do not recall where I changed the font. The Forum Description is the font in question. I want to change the Description for the Forum Categories.

Advise me of how to make this change please. I am aware of where to make the edits, I am not aware what specific item I am looking to edit.

Thanks!

John Lester
02-17-2013, 04:11 PM
Add this to additional.css changing ffffff to whatever you want. Please note I did not bother checking to see if this affected text color somewhere else, although it should not ... you never know until you check :D


.forumbit_post .forumdescription {
clear: both;
color: #FFFFFF !important;
display: block;
padding-right: 10px;


}