Live Filter – hide the “ALL” option of the Button type

To hide the ALL option of the Button type, Please add this code to Custom CSS field (the left textarea) in Content Views >> Settings page:

/* Live Filter – hide the ALL option of the Button type */
.cvp-live-filter.cvp-button .btn:first-of-type {display:none!important}

Best regards,

Scroll to Top