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)
-   -   [SOLVED] problem with hover effect in anchor link destination (http://forum.bytesforall.com/showthread.php?t=3931)

hiccupgirl Oct 16, 2009 02:34 PM

[SOLVED] problem with hover effect in anchor link destination
 
I'm creating a few pages that will have anchor links (I think that's the right term, where I am linking to something on the same page). Unfortunately, the destination link text shows the "hover" effects. I have created a new class in a CSS insert .anchorlink, but can't get the text to change when I put in code like "text-decoration: none" or "font-weight: normal."

All I can get it to do is change the non-hover text color (currently green for experimenting)

Can anyone help? You can see what I mean at my page that I'm working on:

http://melissabogar.com/?page_id=52. Click on any of the links at the top of that page, and then hover over the destination text.

Thanks so much!

hiccupgirl Oct 16, 2009 06:25 PM

after playing around with it for what seems like forever, I finally figured it out by using the following CSS insert

.anchorlink:hover {
text-decoration: none;
font-weight: normal;
}


All times are GMT -6. The time now is 02:40 AM.

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