How to change the navigation menu ?
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Have been working on how to modify the navigation menu, but without success.
I know the settings are editable via the css, but I just don’t seem to be able to remove the “V” – down arrow symbol, left to a menu item which has secondary items.
Anyone who can point me in the right direction ?
I know the settings are editable via the css
I hope you mean via a child theme style sheet or via Graphene’s custom CSS feature.
but I just don’t seem to be able to remove the “V”
This is a sprite image. Look through the navigation css for it, and try removing it.
I use the following code in my style.css to remove the arrows:
#header-menu > li.menu-item-ancestor > a {
background: none;
margin-left: 10px;
padding-left: 0px;
}
Hope it helps.
Viewing 3 posts - 1 through 3 (of 3 total)
This free Support Forum relies on contributions from our support staffs and fellow Graphene themes users. While we endeavour to provide adequate and timely support, due to its voluntary nature responses are not guaranteed and may be delayed.
If you require urgent assistance, you may like to consider our Priority Support option.
Made with by Graphene Themes.