Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

Sidebars : Different colour of fonts


  #1  
Old Feb 8, 2009, 09:47 PM
tikdi
 
7 posts · Feb 2009
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
  #2  
Old Feb 8, 2009, 09:57 PM
Flynn's Avatar
Flynn
 
3,768 posts · Oct 2008
Munich, Germany
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
  #3  
Old Feb 9, 2009, 01:45 AM
tikdi
 
7 posts · Feb 2009
It worked ! just like that. For me with zero knowledge of scripting, it is almost magical.
My heartfelt Gratitude, Flynn.
Tikdi.
www.anandbava.com

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
Help! Posts and Fonts completely messed up NDN Installing & running WordPress 3 May 15, 2009 08:06 PM
Fonts in Firefox PaulDouglas New Versions, & Updating 3 Apr 11, 2009 01:44 PM
Fonts look poor in all bu ie7 ccw Atahualpa 3 Wordpress theme 3 Apr 8, 2009 06:25 PM
Fonts all tiny in ie6 mrjohnston Header configuration & styling 1 Mar 23, 2009 08:36 PM
[SOLVED] fonts on widet titles doug86 Sidebars & Widgets 5 Feb 11, 2009 07:49 PM


All times are GMT -6. The time now is 10:49 AM.


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