1
Hi,
on my website I have a problem with a theme, the username and post number in cbb are displayed in a bright grey with a blank background, is there a way to change that font color? I tried to search on my theme style.css and I used the document "Anathomy of the default theme" to understand the meaning of that rules but I didn't find nothing useful.
I also tried to insert a rule like this (I didn't have this rule on my style.css) :
.comUserName {
color: #000000;
}
but It didn't change anything.