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] Outbreak of dimwittedness (http://forum.bytesforall.com/showthread.php?t=17328)

giddykipper Apr 16, 2012 09:45 AM

[SOLVED] Outbreak of dimwittedness
 
Dear all
Visit - www.englishchess.org.uk - and cast your eyes over the little text widget called 'Club map' in the right sidebar. The four links are in plain type, even though they're links, while the link setting for the rest of the site is bold and underlined on hover. What switch have I flicked to make them resist looking like links, staying unbold and even needing colouring to be dark red. Help!
Andrew :(

juggledad Apr 16, 2012 09:58 AM

1 Attachment(s)
you mean tthese? they show in red in Safari on my mac
Attachment 1824

lmilesw Apr 16, 2012 11:09 AM

Sometimes widgets have to be styled on their own because of the way they are written. In this case if you want the links in that widget to be bold and underlined when you hover you would add the following to the CSS Inserts box
HTML Code:

#text-16 a:hover {
    text-decoration: underline;
    font-weight: bold;
}


giddykipper Apr 17, 2012 03:54 AM

Thanks Miles - you saw the problem and stamped it flat. All well, move on! :)


All times are GMT -6. The time now is 03:32 AM.

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