• Resolved Amit Singh

    (@amitsksingh)


    Hi There,

    I am using free version of your plugin. I want to hide show all categories from filter. Can you please help me do that?

    Best Regards,

    Amit

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support SM Rafiz

    (@srafiz)

    Hi,

    To hide the ‘Show all’ button from the isotope filter, you can use below CSS solution. Just go to Dashboard->Appearance->Customize->Additional CSS and paste the below CSS snippet:

    .tlp-portfolio .tlp-portfolio-isotope-button button[data-filter="*"] {
        display: none !important;
    }

    Thank you.

    Thread Starter Amit Singh

    (@amitsksingh)

    @srafiz This just hide the show all text not the items added under different categories. How to hide that?

    Plugin Support SM Rafiz

    (@srafiz)

    Hi,

    Sorry, the selective filter item is not available in the free version, it’s a pro feature (https://prnt.sc/ykHOY9yU1MNC). I provided you with a workaround to hide the ‘Show all’ button instead.

    Thank you for understanding. Have a nice day!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How to Hide Show All’ is closed to new replies.