How to delete dropdown menu arrow

Home Forums Jevelin Theme How to delete dropdown menu arrow

Home Forums Jevelin Theme How to delete dropdown menu arrow

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • celic
    Participant

    Hi support, can you give the short css code for delete the arrow on the dropdown menu?

     

    thnaks

    Solution for this topic

    Hi @celic,

     

    I hope you are well today and thank you for your question.

     

    You can remove it by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .sh-nav li.menu-item-has-children > a:after,
    .sh-nav li.menu-item li.menu-item-has-children > a:after {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    celic
    Participant

    It works, many thanks.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)