The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

color on user names and calender background

2 posters

Go down

Solved color on user names and calender background

Post by Beast August 19th 2009, 6:52 pm

Hello, I'm trying to change the color of the user names in the posts on my forum, Right now they are a grey color and it blends with the background making them hard to read. I know I need to change them on the CSS sheet because of the skin. I just don't know which one to change. I would like the new color to be #E3D916 so that it shows up better against the background.
Here is the link to the forum http://westmichiganairsoft.darkbb.com/forum.htm

Also I need to change either the color of the calender backgrounds or the text color, as they are both white and don't show up.
avatar
Beast
New Member

Posts : 12
Reputation : 0
Language : english

Back to top Go down

Solved Re: color on user names and calender background

Post by ankillien August 19th 2009, 7:01 pm

Hello,

To change post text color, go to Admin CP > Display > Colors > CSS
Add this code there and submit.

Code:
.postbody .content {
color : gray;
}

To change username color...

Code:
strong a {
color : gray;
}

Change gray as per your need.
Hope this helps.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: color on user names and calender background

Post by Beast August 19th 2009, 7:16 pm

ankillien wrote:Hello,

To change post text color, go to Admin CP > Display > Colors > CSS
Add this code there and submit.

Code:
.postbody .content {
color : gray;
}

To change username color...

Code:
strong a {
color : gray;
}

Change gray as per your need.
Hope this helps.

I can not find the code;
Code:
strong a {
color : gray;
}

Is there a section in the code I should look under to find it?
avatar
Beast
New Member

Posts : 12
Reputation : 0
Language : english

Back to top Go down

Solved Re: color on user names and calender background

Post by ankillien August 19th 2009, 7:18 pm

No, you don't need to find it.
Just add this code in the stylesheet and submit.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: color on user names and calender background

Post by Beast August 19th 2009, 7:29 pm

Ok I added

strong a {
color : #E3D916;
}

into the CSS code but it did not change the color of the user names that is listed under the avitars in each post. Did I miss something?


But I did manage to find and change the background color on the calender which fixed the calender problem.
avatar
Beast
New Member

Posts : 12
Reputation : 0
Language : english

Back to top Go down

Solved Re: color on user names and calender background

Post by ankillien August 19th 2009, 7:32 pm

No, yo u don't miss anything...try this code instead...

Code:
strong a {
color : #E3D916 !important;
}
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Solved Re: color on user names and calender background

Post by Beast August 19th 2009, 7:35 pm

Yes, that did it! Problems solved.

Thank you very much!
avatar
Beast
New Member

Posts : 12
Reputation : 0
Language : english

Back to top Go down

Solved Re: color on user names and calender background

Post by ankillien August 19th 2009, 7:41 pm

Glad I could help Very Happy

Since the problem is solved, I'll lock the topic.
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum