Hidding specific category in post blocks

Support Forums for LiveMesh Themes & Plugins Forums Elementor Addons Support Hidding specific category in post blocks

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #29535
    Verónica Bellina
    Participant

    Good morning,

    I’d like to know if it’s possible to hide one or more categories in the post block category filter.

    #29542
    Veena
    Moderator

    Yes, it is possible using custom CSS.
    You can use nth child selector CSS like the following example –

    .lae-block-filter li:nth-child(3) {
        display: none !important;
    }
    
    #29551
    Raghavendra
    Moderator

    If you choose specific categories in the query, only those categories will show up in the filter. At present we do not have a way to exclude categories in our plugin but planning to add the same in near future.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The forum ‘Elementor Addons Support’ is closed to new topics and replies.