• Resolved lieu1989

    (@lieu1989)


    Hi There,

    Extremely new to elementor and currently using the free version.

    How do you hide or remove the ‘All’ filter when using the elementor portfolio widget?

    I understand that you need to add some sort of CSS? If so, can someone show me the correct CSS string to use and where to add the CSS, since i dont have the full version of Elementor.

    I believe we can add css into the HTML widget by putting the css code in between the style tab.

    Thanks for your help

Viewing 6 replies - 1 through 6 (of 6 total)
  • Please share the URL so we can give you the CSS to use.

    Leandro M

    (@l34ndr0m3n3z3s)

    I’m going through the same problem. I need remove or change the name “ALL” but I don’t find where I can change it. Is possible change with CSS?

    Lisa R

    (@lisaelementor)

    Hi @l34ndr0m3n3z3s
    Please reach out to our premium support for Elementor Pro users.

    Leandro M

    (@l34ndr0m3n3z3s)

    @lieu1989 How you fixed it?

    Good Evening,

    I would like to hide the “filter section” and not see neither All, neither any category.
    I gave an ID to my protfolio object: RocoGalleryID but I don’t have the structure of the portfolio and so don’t know how to hide the filter.

    I would also like to put line break into my titles…and <br> doesn’t work.

    Any help will be really welcome.
    Thank you the community.

    This worked for me

    
    li[data-filter="__all"] {
      display: none;
    }
    
Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Portfolio filter – remove ‘all’ filter’ is closed to new replies.