Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Widget style (http://forum.bytesforall.com/showthread.php?t=11809)

Karin Dec 20, 2010 03:09 AM

[SOLVED] Widget style
 
Hi!

I've added a new widget (http://didring.se/wordpress/) but it's not picking up the style I've set for widgets links and text, instead it seems to use the setting for the main page. How can I change this?

/Karin

lmilesw Dec 20, 2010 07:28 PM

If you are talking about the second widget which has black and red text that is because the other widgets are all links. If you want that widget to have white text you need to use something like the following.
HTML Code:

#text-3, text-3 a {
color: #fff;
}


Karin Dec 21, 2010 01:37 AM

Thanks! Worked just fine, only thing is that the links in that box are still red, what do I use to turn them white too?

lmilesw Dec 21, 2010 06:10 AM

My bad. I forgot a # The code should have been.
HTML Code:

#text-3, #text-3 a {
color: #fff;
}


Karin Dec 22, 2010 01:43 AM

Oh, thanks, now it works just perfect!


All times are GMT -6. The time now is 03:55 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.