Site logo

Archived topic

Show arrow for Dropdown menu only on submenus.

9 replies · Started by Sars on March 7, 2021

Viewing posts 1–10 of 10

Hi there,

Any chance you can link us to the site in question?

You can use the private information field.

Let me know :)

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 :)

This archived topic is closed to new replies.