Removing the carrot from the main menu dropdown

Home Forums Jevelin Theme Removing the carrot from the main menu dropdown

Home Forums Jevelin Theme Removing the carrot from the main menu dropdown

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • shanticfm
    Participant

    Hello, I would like to remove the dropdown carrot on the main menu tab ABOUT.

     

    http://www.sweetmephotography.com

    Attachments:
    You must be logged in to view attached files.

    Hi @shanticfm,

     

    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

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