Home Forums WoodMart support forum Hide "search for posts" tool on Mobile Menu

Hide "search for posts" tool on Mobile Menu

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #64093

    kasanecomputers
    Participant

    Hello,
    Please can someone assist me in clarifying where in the theme I can disable the ‘Search for Posts’ tool that is currently appearing on the Mobile Menu?
    Screenshot attached for reference.
    Many thanks.

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

    Hello,

    The search form is hidden by means of custom CSS. Please add this code to Theme Settings > Custom > CSS > Custom CSS for mobile landscape and Custom CSS for mobile

    .woodmart-search-form{
    display:none;
    }

    Best Regards

    #64140

    kasanecomputers
    Participant

    Hello Elise,
    Thank you so much for the clear instructions, I have added the custom CSS and everything is now perfect.
    Many thanks,
    Sofia

    #64148

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

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

The topic ‘Hide "search for posts" tool on Mobile Menu’ is closed to new replies.