Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Atahualpa 3 Wordpress theme (http://forum.bytesforall.com/forumdisplay.php?f=2)
-   -   Link hover color will not display properly (http://forum.bytesforall.com/showthread.php?t=17051)

tsheridan Mar 17, 2012 06:34 AM

Link hover color will not display properly
 
I have my link hover color in the ATO > Body, Text & Links set to #006600, however it is displaying white in posts, both on the main blog page and the individual post page.

I've tried looking at it in Firebug and I checked my custom HTML/CSS, but I cannot find what might be overriding this. The link color is displaying properly, it's just the hover that's acting quirky.

Where else can I look to fix this setting? I'm stumped.

The URL is http://www.aropistachio.com/blog/, I am using WP 3.3.1 and Atahualpa 3.7.3.

Thank you.

lmilesw Mar 17, 2012 09:40 AM

The hover is in a table try the following in CSS Inserts
HTML Code:

table a:hover {
    color: red;
}


tsheridan Mar 17, 2012 09:54 AM

Yes, but it's also in the body of other posts, sorry, here's a better URL.

http://www.aropistachio.com/blog/pistachio-pancakes/

lmilesw Mar 17, 2012 12:58 PM

I would check your CSS Inserts for an !important that is overriding the hover or make an !important to force the hover.

juggledad Mar 17, 2012 05:03 PM

take a look at the last CSS selector in you CSS Inserts and tell me what you think it is doing.

lmilesw Mar 17, 2012 05:39 PM

Now I want to slap my head. I missed those before.


All times are GMT -6. The time now is 04:31 PM.

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