Archived topic
secondary menu no arrows
3 replies · Started by Inge on January 9, 2021
Viewing posts 1–4 of 4
Good evening!
I couldn't find this in the support: I would like to remove the arrows that point to my submenu-items in my secondary/secundary menu - could you please provide me a css-code I can put in the extra CSS? Or is there an other way to get it done?
Thank you, Inge
Hi Inge,
You could try this CSS to remove the arrow:
.secondary-navigation .main-nav ul li.menu-item-has-children a {
padding-right: 20px;
}
.secondary-navigation .dropdown-menu-toggle {
display: none;
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know :)
Thank you! It worked!
You are welcome :)
This archived topic is closed to new replies.