Archived topic
Show arrow for Dropdown menu only on submenus.
9 replies · Started by Sars on March 7, 2021
https://generatepress.com/forums/topic/remove-dropdown-arrows-from-navigation/#post-970396
I used this code for my site. How to show arrow only for submenu items?
Thank you
Hi there,
Any chance you can link us to the site in question?
You can use the private information field.
Let me know :)
Sure Leo I am pasting the site in comments,
Another issue is how to align text in each cell on menus to center
Example:https://paste.pics/ed1810283d62d2457fa0737724e64d59
Try this code instead:
@media (min-width: 769px) {
.secondary-navigation .main-nav > ul >li.menu-item-has-children > a > .dropdown-menu-toggle {
display: none;
}
.secondary-navigation .main-nav > ul >li.menu-item-has-children > a {
padding-right: 68px;
}
}
Thanks Leo. Unfortunately it is not working.
Arrows appear on Menu and also sub menu.
Also the menu individual items are not alligning to center
Thanks leo, Now the individual menu items are centered.
But still, Arrows not appearing for Submenus
Thanks for your time
Thank y ou very much for the help Leo
No problem :)