How to hide menu icon at topbar on mobile

Home Forums Gillion Theme How to hide menu icon at topbar on mobile

Home Forums Gillion Theme How to hide menu icon at topbar on mobile

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

    Like the title I want to ask how to hide the menu icon at the topbar on mobile. Note that it is mobile only, because I still want it to show on other device types. thank you !

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

    Hi @Mai Quoc Khanh,

     

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

     

    We can hide it on mobile by developing custom CSS code.

     

    Could you please share your site URL where it’s displaying so that I can help you to hide it?

     

    Best regards,
    Shufflehound team

    Mai Quoc Khanh
    Participant

    my website https://www.maiquockhanh.com/

    Thank you !!!

    Solution for this topic

    You can hide 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

     

    #header-mobile .menu-item-has-icon .fa:before {
        display: none;
    }

    Mai Quoc Khanh
    Participant

    Thanks for your support, I have tried and succeeded !

    You are most welcome here 🙂

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