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)
-   -   Colour of text title in sidebar category posts widget (http://forum.bytesforall.com/showthread.php?t=2684)

jasonblewis Jul 27, 2009 10:34 PM

Colour of text title in sidebar category posts widget
 
Hi,

I am trying to change the colour of the title in the sidebar category posts widget.

I tried adding color: green; to the Style WIDGETS/Widget Title section but as the widget title is a link, I think its not working.

Any ideas how to set it?

see my page here: http://organictrader.com.au/wordpress

Thanks,

Jason

juggledad Jul 28, 2009 02:02 PM

in ATO->HTML/CSS Inserts->CSS Inserts add something like
HTML Code:

.cat_posts h3 a:link,
.cat_posts h3 a:hover,
.cat_posts h3 a:visited,
.cat_posts h3 a:active
    {
    color:#EB583B;
    }

this will turn the title a red even with the mouse over it, break it up if you what the different actions to have different colors

jasonblewis Jul 29, 2009 07:43 PM

Thanks Juggledad, that did the trick.

Jason


All times are GMT -6. The time now is 06:11 AM.

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