Widget Text color ...please help. how do i change it?? nothing in colors works

mdoyle at 01h07
10
Sep
2011
www.kaoscustoms.org
after going to phpbb3 i restored my theme. i checked css and nothing is there. board looks great but 1 issue my widgets all the titles are black. my board is black i cant see them how can i change the wiget text to white. i tried editing but nothing there to edit.
1 Nera., on 10/09/2011 at 10h13
Hi,

Your widget titles are almost white http://i.imm.io/91xe.png ?

Maybe I'm missunderstanding. Can you explain a bit more?
2 mdoyle, on 10/09/2011 at 16h12
Nera. wrote:Hi,

Your widget titles are almost white http://i.imm.io/91xe.png ?

Maybe I'm missunderstanding. Can you explain a bit more?


yes those are almost white. but i switched back to phpbb2. when i switch to phpbb3 and import my theme which says its for phpbb3 every thing looks amazing but for some reason. those titles that apear white on phpbb2 turn jet black on phpbb3. i restored my board in a pain to the phpbb2. i really wanna go to the phpbb3 cause of all the things that can be done via ccs stylesheet.
3 Base, on 10/09/2011 at 16h20
Hi, what seems to be the problem now? If you switch back to phpBB 3, you are able to change the widget title colour using CSS. Smile
4 mdoyle, on 11/09/2011 at 17h52
Base wrote:Hi, what seems to be the problem now? If you switch back to phpBB 3, you are able to change the widget title colour using CSS. Smile

ok could you tell me how to accomplish that? i would love to switch but nothing i tired in color worked.
5 Base, on 11/09/2011 at 17h59
If you were to switch to phpBB 3 then you would need to add this to your CSS code to change the widget titles:

Code:
.h3, h3 {
    color: #000000;
}


You are of course able to change the #000000 to a different colour if you wish. Smile
6 mdoyle, on 12/09/2011 at 01h02
Base wrote:If you were to switch to phpBB 3 then you would need to add this to your CSS code to change the widget titles:

Code:
.h3, h3 {
    color: #000000;
}


You are of course able to change the #000000 to a different colour if you wish. Smile


YES!!! thank you so much. i honestly loved the look of phpbb3 it was just the damn widgets being all black on text which caused me to revert back. looks like next free time i have i know what ill be doing... thanks again. you can mark as solved.
7 MrMario, on 12/09/2011 at 04h10
Solved => Locked
Similar topics
I have several widgets on the sidebar of my forum. I would like to change the color of the title of each widget, since it is black-on-black at the moment. See image below, where I have highlighted the title of the widget so you can see it. Thanks!
What bits of CSS code are necessary to change the Calendar widget so that instead of simply bolding the text for an event, the date shows up in a different color? I am refering to only the widget, not the full blown calendar. My forum is
Hi, May I Know How Can I Change The Footer Text & Color In Invision, Because I Could Not Find Any Footer Color Box In The Color Section In Admin Panel. Admin Panel > Display > Color. Thank !
See also
more_less
Informations

7 Replies For the topic :
"Widget Text color ...please help. how do i change it?? nothing in colors works"

This topic has been viewed 1043 times.

Last message :
10/09/2011 at 01h07 by "mdoyle"