Removing “all” filter
-
I want to remove the “All” filter button from the Visual Portfolio plugin on my WordPress site because, even when hidden with custom CSS,
a[data-vp-filter=”“] { display: none; } .vp-filter__item:has(a[data-vp-filter=”“]) {
display: none;
}
the portfolio still defaults to showing all items even though the all option is hidden. Instead, i would like it to automatically select the next filter tab (e.g., the first category) to display a specific subset of portfolio items.
is this possible ?
otherwise thanks for such an awesome plugin, i use it all the time!!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Removing “all” filter’ is closed to new replies.