Disable search bar on mobile

Home Forums Gillion Theme Disable search bar on mobile

Home Forums Gillion Theme Disable search bar on mobile

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

    Hi,

    We have disabled the search bar on the menu bar (the magnifying glass icon). It worked properly on desktop version, but it still there on the mobile version (you can check it).

    Can you please help us to disable the search bar on the mobile version of the website?

    Thank you in advance.

    Regards,

    Nicholas L.

    Solution for this topic

    Hi Nicholas,

     

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

     

    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-search {
        display: none;
    }

     

    Best regards,
    Shufflehound team

    NicoLehoucq
    Participant

    Hi,

    I’ve just put the CSS code and now it’s no longer visible on the mobile version.

    We consider this issue solved.

    Thank you for your prompt response.

    Best regards.

    Nicholas L.

    You are most welcome here 🙂

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