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] Can't find the right selector to control these links (http://forum.bytesforall.com/showthread.php?t=14872)

Thomas Jul 12, 2011 07:27 PM

[SOLVED] Can't find the right selector to control these links
 
I definitely need to call in a lifeline on this one. The links in the "Upcoming Classes" widget are unique in that, upon inspection with firebug, they are all enclosed with the <p> </p> tags. This is a widget from my "Event Espresso" plugin which handles the class calendar and online registration. As you can see the font is a little larger than in the properly displaying widget beneath it but the big problem is that I want the links in my widgets to be underlined on a:link, a:visited, a:active and not underlined (text-decoration:none;) on a:hover. I thought maybe it's table data and to use the td selector and I've tried other things to no avail..help!

Here's the link http://strategicedgeinstitute.com/

Thanks!
Thomas

lmilesw Jul 12, 2011 09:53 PM

I used Firebug and this is the code I came up with.

HTML Code:

#events-widget-3 a:hover {
    text-decoration: none;
}
#events-widget-3 a {
    text-decoration: underline;
}


Thomas Jul 12, 2011 10:31 PM

Thanks Larry - works perfectly!


All times are GMT -6. The time now is 11:14 PM.

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