XF 2.3 Filter bar button

Seeker-Smith

Well-known member
I've been decorating my blocks and I think I finally have them all. The only issue I can't resolve is the filter bar button. With my decoration the button is impossible to see until you click it.

Is there a property to change the button to always be active? Like in the second image?

filterbar.webpfilterbar_button.webp

filterbarbuttondark.webp


Thanks,
Peter
 
Last edited:
Solution
Add this to your extra.less, change color as desired.

Code:
/* Color Filter Bar Button */
.block-filterBar .filterBar-menuTrigger{
    color: red;
}
Add this to your extra.less, change color as desired.

Code:
/* Color Filter Bar Button */
.block-filterBar .filterBar-menuTrigger{
    color: red;
}
 
Solution
Back
Top Bottom