Home Forums WoodMart support forum Style price filter button

Style price filter button

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #326340

    [email protected]
    Participant

    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.
    #326407

    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

    #326502

    [email protected]
    Participant

    Perfect, thanks!

    #326611

    You are welcome! We are here to help.

    Wish you a wonderful day!

Viewing 4 posts - 1 through 4 (of 4 total)

The topic ‘Style price filter button’ is closed to new replies.