1
magowiz
help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 18:08

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


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.

2
ghia
Re: help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 18:33

  • ghia

  • Community Support Member

  • Posts: 4953

  • Since: 2008/7/3 1


Check your header in the HTML source. There are maybe other CSS files in play. Did you add it on the back?
Do also after CSS changes a reload in the browser or clear its cache.

3
magowiz
Re: help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 18:45

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


On theme.html from my theme the only other css is xoops.css that is in my root dir.
The colors in xoops.css are only red and black , so in that file there are no traces of the grey .

I read in a comment here https://xoops.org/modules/news/article.php?storyid=3037 that it is a known bug in cbb,
so I really don't know if it is related to mine stylesheet.

4
magowiz
Re: help needed to change username and post number font color in cbb 3.0.8
  • 2009/10/24 19:03

  • magowiz

  • Just popping in

  • Posts: 18

  • Since: 2009/9/11


I found that cbb uses its own stylesheet that can be located at
modules/newbb/templates/newbb.css
I changed from :
.comUserName a {    color:#dcdcdc;} 
.comUserName a:hover {    color:#999999;} 
.comTitle a {    color:#dcdcdc;} 
.comTitle a:hover {    color:#999999;}


to :
.comUserName a {    color:#303030;} 
.comUserName a:hover {    color:#1B1B1B;} 
.comTitle a {    color:#303030;} 
.comTitle a:hover {    color:#1B1B1B;}


to have two types of dark grey because mine background is white.

Login

Who's Online

183 user(s) are online (105 user(s) are browsing Support Forums)


Members: 0


Guests: 183


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits