• Resolved geoffmerch

    (@geoffmerch)


    Hi,
    Great plugin. Thanks for your hard work.

    Is it possible to remove “All” from the post grid filters at all please ?

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • Pls use the below custom CSS in Livemesh addons elementor > settings > custom CSS –

    .lae-block-grid .lae-filter-item.segment-0 {
    display: none !important;
    }

    Thread Starter geoffmerch

    (@geoffmerch)

    Thanks,
    That didn’t work, but put me on the right track.

    This worked:
    .lae-taxonomy-filter .lae-filter-item.segment-0 {
    display: none !important;
    }

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Post Grid Filter – Remove All’ is closed to new replies.