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)
-   -   underlining menu link (http://forum.bytesforall.com/showthread.php?t=19664)

billybatz9 Feb 19, 2013 09:03 AM

underlining menu link
 
Hello,

Is there a code for me to use to be able to have my menu links underlined when hovering over them and also being underlined when on that page?

Thank you

lmilesw Feb 19, 2013 09:34 AM

You would use CSS for that.

The simplified explanation is use
HTML Code:

a:hover
and
HTML Code:

text-decoration: underline
along with other selectors to underline the links on hover. To have them underlined when on that page you would use
HTML Code:

.current-menu-item
or
HTML Code:

.current_page_item
along with other selectors and the text-decoration CSS to have it underlined when on the page.


All times are GMT -6. The time now is 05:57 PM.

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