• Hi,

    Is there a way to remove the downward-facing arrow on the menu items which contain sub-items? Thanks!

    Yev

Viewing 1 replies (of 1 total)
  • Hi,

    Please navigate to the following location in your WordPress admin.
    Appearance -> Theme Options -> Custom CSS

    And enter the codes below.

    ul.nav-menu .sf-with-ul::after {
        content: "" !important;
    }

    Click Save All Changes button when you are done.
    Go back to your website and clear browser cache, then reload the webpage.

    This will hide the downward-facing arrow on the menu items that contain sub-items.

    Thanks!
    Denzel

Viewing 1 replies (of 1 total)
  • The topic ‘The "down arrow" on menu items’ is closed to new replies.