Custom CSS for Active State of Filter
-
Hi there,
I am trying to change the active state with custom CSS for my Filter. I tried multiple different options, inspected the page on google but didn’t get to make it work.
I was able to change the Hover Effect (I didn’t want the default blue) but again, it’s not working for the active state. This is the code I used:
selector .vp-filter__item .vp-filter__item-active a:active {
background-color: red !important;
}Does anyone know what code to use to change the active state for the Filter?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Custom CSS for Active State of Filter’ is closed to new replies.