This topic contains 2 replies, has 2 voices, and was last updated by  davidlee02703 4 years, 11 months ago.

How to hide Filters option?

  • How do I hide the “Filters” option in mobile viewing?

    Sofia Moss
    StaffSuper ContributorUser Level

    Hi there,

    Thank you for posting, for the WordPress version, you can hide the filters from admin settings page, more details available in this knowledge base article here.

    ssf-filterpanel-settings

    For standalone version using Mega Locator theme, you can hide the filter on mobile by using below CSS code (you can paste the code at the most bottom of css/mega-superstorefinder.css)

    @media only screen and (max-width: 64em){
    .store-locator__actions-bar .store-locator__filter-toggler-cell {
        display: none !important;
    }
    }
    

    Cheers,
    Sofia

    Thanks. It’s perfect.

The topic ‘How to hide Filters option?’ is closed to new replies.