• Resolved eber123

    (@eber123)


    Hi, first of all thanks for the great theme.

    I have a question about the main menu. Is there an option to set the display of the arrow if the menu contains a submenu? The submenu cannot be recognized unless you point with an mouse arrow on it (as you can see in this screenshot)

    I added a custom arrow and it looks quite qood (as you can see here)

    until you turn on the mobile menu (this screenshot)

    There are arrows twice at once in the mobile menu. Is there any chance to add arrows by default even in classic view or remove the default arrows from the mobile menu?

    I don’t have an active website, so I’m not sending a link.

    Thx for the reply!

Viewing 1 replies (of 1 total)
  • Hi, thanks for reaching out.

    You could perhaps wrap your arrow in a tag:

    <span class="custom-menu-icon>Icon</span>

    And then target the class in Custom CSS:

    @media (max-width: 680px) {
    	.custom-menu-icon {
    		display: none;
    	}
    }
Viewing 1 replies (of 1 total)

The topic ‘Main menu settings’ is closed to new replies.