Okay
  Public Ticket #2231290
Want to delete all filter types
Closed

Comments

  • amyychan started the conversation

    When working with the Portfolio pages, how can I remove all filter types from above thumbnails?

    I see you have the option to remove "Filters:" so that's taken care of. But how do I remove "All" and other categories that I create?

    Thanks.

  •  675
    Neuron replied

    Hi,

    You can try adding the following style in Theme Options > General > Custom CSS.

    .wrapper .portfolio .filters ul li[data-filter="*"] {
        display: none;
    }

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.

  • amyychan replied

    That's great. It worked to remove "All." However, the theme still displays custom-made Taxonomies (or called Portfolio Categories). How can I remove these as well?

    Thanks.

  •  675
    Neuron replied

    Hi,

    Please edit the page with backend editor and there you can edit it.

    - https://prnt.sc/q5jwmp

    Feel free to ask for anything you need.

    Kind Regards


    Subscribe to our newsletter to get the latest updates about NeuronThemes and join our community Facebook Group.