Home Forums WoodMart support forum Switch off the filter in the mobile version

Switch off the filter in the mobile version

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

    beno
    Participant

    Hi there,

    In the mobile version, with single products preview, an empty filter always appears. How can I deactivate it.

    Thank you

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

    Hello,

    Please try adding the following Custom CSS in the Custom CSS for Mobile area under Theme Settings >> Custom CSS.

    .single-product .offcanvas-sidebar-mobile .wd-sidebar-opener {
        display: none;
    }

    Regards.
    Xtemos Studios.

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