Hi
Is it possible to keep the main menu parent underlined when in sub menu pages?
Also is it posible to add an arrow or indicator for sub sub menu's.
Many thanks
Pete
Hi
Is it possible to keep the main menu parent underlined when in sub menu pages?
Also is it posible to add an arrow or indicator for sub sub menu's.
Many thanks
Pete
Hey,
certainly. For the Angular theme, the parent underlining can be added by adding this to your Quick CSS or custom.css
.current-page-ancestor a{border-bottom:2px solid #f0b70c;}
For the arrow add this to the Quick CSS or custom.css
ul li ul li.current-menu-item{background:url('http://cdn1.iconfinder.com/data/icons/splashyIcons/arrow_state_grey_right.png') no-repeat 0px 8px;}
The link in there has to be changed to your list icon of choice, you can upload it preferably in the images folder, but it doesn't really matter.
I hope this helps :)
Cheers,
Chris
big THANKS Chris
Just as a point to anyone following the above - change
.current-page-ancestor a{border-bottom:2px solid #f0b70c;}
to
.current-menu-ancestor a{border-bottom:2px solid #f0b70c;}
and it'll work.
Cheers
Pete
Hey!
I marked the thread as resolved.
Regards,
Peter
This topic has been closed to new replies.