How to change the color of Widget Titles through CSS!?
3 posters
Page 1 of 1
How to change the color of Widget Titles through CSS!?
The section title colors for the main body of the forums have a separate color selector, but why are the widget titles linked with the normal text color? I want my text to remain black, but I want the widget titles to be the color that match the main body titles #8F8F7B, so they're more easily readable than in black currently!
Our forums are phpBB2, and here is the link!
Thanks if anyone can provide the CSS code to change what I'm wanting.

Our forums are phpBB2, and here is the link!
Thanks if anyone can provide the CSS code to change what I'm wanting.

Last edited by Khalus on April 4th 2010, 7:14 pm; edited 1 time in total
Khalus- Forumember
- Posts : 42
Reputation : 0
Language : English
Re: How to change the color of Widget Titles through CSS!?
Hello there Khalus!
Here's the code for the CSS:
I added !important just in case if there's already a specification for the font color so it'll override that.
Hope it helps!
Here's the code for the CSS:
- Code:
.module-title {
color: #8F8F7B !important;
}
I added !important just in case if there's already a specification for the font color so it'll override that.
Hope it helps!
Re: How to change the color of Widget Titles through CSS!?
Ah thanks so much...was searching through these forums for hours yesterday and couldn't find this question with a answer. Finally widget titles are easy to read...


Khalus- Forumember
- Posts : 42
Reputation : 0
Language : English
Re: How to change the color of Widget Titles through CSS!?
Since this thread is marked solved, I will lock this thread.

Sanket

Sanket

Sanket- ForumGuru
-
Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

» Titles under the avatar and profile page color change?
» how to change the widget background color ?
» how can i change widget background color?
» Change color of widget text
» change widget background color
» how to change the widget background color ?
» how can i change widget background color?
» Change color of widget text
» change widget background color
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum