Menu Underline Indicator
-
Hi,
I added the following CSS to my child theme for Tracks:#menu-item-58 a, #menu-item-58 a:link, #menu-item-58 a:visited { color: #f49836; } #menu-item-58 a:active, #menu-item-58 a:hover, #menu-item-58 a:focus { color: #f78d1d; border-bottom:4px solid #f78d1d;; -webkit-transition: all .1s ease-in .1s; -moz-transition: all .1s ease-in .1s; transition: all .1s ease-in .1s; }
…but I’m unable to get the underline to stay on the active page of the menu item. The only other possible solution for this that I saw required javascript. Is there an easier way to add this to my Tracks child theme?
Thanks and regards,
Todd
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Menu Underline Indicator’ is closed to new replies.