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)
-   -   Sidebars : Different colour of fonts (http://forum.bytesforall.com/showthread.php?t=287)

tikdi Feb 8, 2009 09:47 PM

Sidebars : Different colour of fonts
 
Hi,
First I would like to heartily thank you for the great theme. I don't even know the difference between css and html, but could do some good work. It is a religious blog, see it here: www.anandbava.com

Now for the question: I would like to have different colour of fonts in each of the 2 sidebars. eg. White for the left and black for the right one. The widgets option is common to both, so can't do that there. Tried different things like setting it in Body, Text & Links, Sidebars but the effect is far from desired esp. in the right sidebar.

So do guide me,
:)Thanks again
Tikdi

Flynn Feb 8, 2009 09:57 PM

You should be able to change the text color (not the link color) for each sidebar separately through Sidebars -> LEFT sidebar style / RIGHT sidebar style

HTML Code:

color: #cc0000;
For the link colors you'd have to add custom CSS rules via HTML/CSS Inserts -> CSS Inserts

HTML Code:

td#left a:link,
td#left a:active,
td#left a:visited {
color: #123456;
}
td#left a:hover {
color: #123456;
}
td#right a:link,
td#right a:active,
td#right a:visited {
color: #123456;
}
td#right a:hover {
color: #123456;
}

You could add the text color to these CSS styles as well, instead of adding them via Sidebars -> ... as described above

tikdi Feb 9, 2009 01:45 AM

It worked ! just like that. For me with zero knowledge of scripting, it is almost magical.
My heartfelt Gratitude, Flynn.
Tikdi.
www.anandbava.com


All times are GMT -6. The time now is 08:40 PM.

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