Home Forums WoodMart support forum Search bar in Mobile Menu not showing

Search bar in Mobile Menu not showing

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #722960

    elmademic20
    Participant

    Hello,

    Search bar is not showing on mobile menu while the option “Show search form” is on.

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

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    I checked your site and found that the search form is being hidden by custom CSS added in Theme Settings > Custom CSS.

    The following rule is preventing the search bar from appearing in the mobile menu:

    .wd-search-form form.searchform.wd-style-default {
        display: none !important;
    }

    Please remove this CSS rule or disable it temporarily and then check the mobile menu again. The search form should appear correctly since the “Show search form” option is already enabled.

    Best Regards

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