CSS for changing the filter button

I would like my Filter button to be my secondary color.

Also noticed on mobile, it is grey… can I change this too?

Hi,

Please use this CSS snippet:

.hp-button--listing-filter {
	background-color: purple;
}
1 Like

You Rule! Thanks so much for the help!

anyway I could get a snippet to change the font color to white?

Hi,

Please use this CSS snippet:

.hp-button--listing-filter {
	color: purple;
}

You rock!! Tysm

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