Show Filter Button Color On Product Page

This topic has 2 replies, 2 voices, and was last updated 8 years ago ago by Robert Hall

  • Avatar: dbattle1225
    dbattle1225
    Participant
    April 5, 2016 at 06:39

    Hey Guys,

    How do you change the color of this button on hover? I figured out how to change the idle color but I don’t know the element name to change the colors when I hover over it. I want it to match the page numbers.

    Thanks In Advance,

    1 Answer
    Avatar: Robert Hall
    Robert Hall
    Support staff
    April 5, 2016 at 07:29

    Hello,

    Please add this code in Theme Options->Custom CSS->Global Custom CSS.

    .price_slider_wrapper .price_slider_amount button:hover{
        background-color: red;
        color: white;
    }

    Regards,
    Robert Hall

  • Viewing 2 results - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.