Style price filter button
-
Hi!
I would like to style the filter button, make the background color #000000 and the text color #ffffff.
Could you please help?
Attachments:
You must be
logged in to view attached files.
Hello,
You can set the button colors in the Theme Settings > Styles and colors > Buttons.
Please add this code to the Theme Settings > Custom CSS > Global for the filter button only:
body .widget_price_filter .price_slider_amount .button {
color: #ffffff;
background-color:#000000;
}
body .widget_price_filter .price_slider_amount .button:hover {
opacity:0.7;
}
Best Regards
You are welcome! We are here to help.
Wish you a wonderful day!
The topic ‘Style price filter button’ is closed to new replies.