Delete some icons on the mobile menu

Home Forums Gillion Theme Delete some icons on the mobile menu

Home Forums Gillion Theme Delete some icons on the mobile menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Mai Quoc Khanh
    Participant

    Hello, support team, first of all wish you a nice day .

    Like the title, I would like to ask how to hide the icon in the menu header as the following image attached, thank you!

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

    Solution for this topic

    Hi @Mai Quoc Khanh,

     

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

     

    You can remove the icons from the mobile menu 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

     

    #header-mobile li.menu-item.sh-nav-special {
    display: none;
    }

     

    Best regards,
    Shufflehound team

    Mai Quoc Khanh
    Participant

    Thank you so much ! It’s work !!

    You are most welcome here 🙂

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