• Resolved aaronnz

    (@aaronnz)


    When you add a sub menu item on top of a menu item there is a drop down arrow that appears.

    Example: http://atily.info
    There is an FAQ sub menu item in the Contact menu item in the Top Menu.

    I find that arrow to be a bit of annoyance for my site and would like to know how I may be able to remove it.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Sam

    (@soumendra)

    Hello,

    You can try this in your Custom CSS to achieving that:

    .top-nav .sf-with-ul::after {
        border-color: #000 !important;
    }

    Hope that helps you, feel free to ask if there is any other problem.

    Thank you.

    Thread Starter aaronnz

    (@aaronnz)

    Yes, that worked thank you

    Sam

    (@soumendra)

    Welcome. 🙂

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Remove Dropdown Arrow’ is closed to new replies.