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 »

[SOLVED] How to override default link & hover colors in RSS widget?


  #1  
Old Oct 31, 2009, 12:40 AM
ericmacknight
 
22 posts · Oct 2009
The default link color on my site is #C11B17. The default hover color is #000000.

My widget titles are all #000000, so I'd like the RSS widget title to match them, but it's a link so it shows up as #C11B17.

I tried add this code to HTML/CSS Inserts, CSS Inserts, but it didn't work:

div.widget_rss div.widget-title a:link {
font-color: #000000;
}
div.widget_rss div.widget-title a:hover {
font-color: #C11B17;
}

How can I change the link color and hover color of my RSS widget title without changing the defaults for the whole site?

Site is here: http://www.EricMacKnight.com/
  #2  
Old Oct 31, 2009, 05:04 AM
juggledad's Avatar
juggledad
 
23,765 posts · Mar 2009
OSX 10.11.5 WP 4.x Atahualpa(all) Safari, Firefox, Chrome
you need to use 'color' instead of 'font-color' and add the !important
HTML Code:
div.widget_rss div.widget-title h3 a:link {
color: #000000 !important;
}
div.widget_rss div.widget-title h3 a:hover {
color: #C11B17  !important;
}
__________________
"Tell me and I forget, teach me and I may remember, involve me and I learn." - Benjamin Franklin
Juggledad | Forum Moderator/Support
  #3  
Old Oct 31, 2009, 05:17 AM
ericmacknight
 
22 posts · Oct 2009
Brilliant!

Many, many thanks!

Bookmarks

Tags
link problems, widget title link

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] how to override Atahualpa default 404's? gjt Atahualpa 3 Wordpress theme 11 Dec 10, 2012 06:37 PM
[SOLVED] Link Hover in Sidebar shiroshears Page & Category Menu Bars 2 Aug 10, 2009 12:14 PM
Form widget colors, etc. & Footer question (donated) cliffbird Atahualpa 3 Wordpress theme 1 Aug 6, 2009 11:39 AM
[SOLVED] Flynn: "..default hard coded widgets.." ?? Shepherd Jim Sidebars & Widgets 2 May 11, 2009 05:47 AM
removing the Entries RSS, Comments RSS & Wordpress.org default links earlalger Header configuration & styling 2 Mar 8, 2009 06:09 PM


All times are GMT -6. The time now is 05:38 AM.


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