Full category block clickable

how can i make the full category block clickable .
so this is the block of my one category where there is only the word sleep is clickable and not the full block of it. So i want to make the full blcok clickable
and want also the description to clickable too.
image

Please try this CSS snippet

.hp-listing-category__content{
    pointer-events: none!important;
}

thank you very much for the snippet its woking fine :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.