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)
-   -   [SOLVED] Link Hover problem in new widget area. (http://forum.bytesforall.com/showthread.php?t=17299)

Covale Apr 12, 2012 11:11 AM

[SOLVED] Link Hover problem in new widget area.
 
my site @ http://businessmarketingconsultinghq.com/ is having a problem with the widget area at the top of the pages that has links. the problem is that the text links will not change the hover color.

i have looked at my widgets, tables(because the links are in a table) and basic body and text links. My links hover everywhere else on the site, so i am really confused. any help would be appreciated! on a side note i am using Atahualpa 3.5.3

lmilesw Apr 12, 2012 12:05 PM

Just target that widget with CSS. Here is an example to give a red hover.
HTML Code:

#text-8 a:hover {
    color: red;
}


Covale Apr 12, 2012 12:20 PM

thanks, that did the trick!


All times are GMT -6. The time now is 10:34 PM.

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