[Resolved] Filter by color price (WooCommerce)

Home Forums Support [Resolved] Filter by color price (WooCommerce)

Home Forums Support Filter by color price (WooCommerce)

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #825909
    Pedro

    Hello! I would like to change the widget bar “filter by price” of WooCommerce.

    Currently appears purple and I would like to put it blue (the original of generatepress)

    Thank you!

    #826055
    David
    Staff
    Customer Support

    Hi there,

    try this:

    .woocommerce .widget_price_filter .ui-slider .ui-slider-range,
    .woocommerce .widget_price_filter .ui-slider .ui-slider-handle {
        background-color: #0772c4;
    }
    
    .woocommerce .widget_price_filter .price_slider_wrapper .ui-widget-content {
        background-color: #065A9B;
    }
    #826081
    Pedro

    Hello david!

    It worked very well Thank you very much for the help!

    #826082
    David
    Staff
    Customer Support

    You’re welcome

    #826090
    Pedro

    Hello David!

    Sorry there is an error, now when I move the filter, the background appears purple.

    You can see the screenshot: https://www.dropbox.com/s/esgc98d9ibcyuvx/IMG_2159.PNG?dl=0

    #826109
    David
    Staff
    Customer Support

    Edited the code above 🙂

    #826428
    Pedro

    Hello david!

    I’ve tried it and now it’s blue.

    However it would be great if the widget showed the first blue lighter than the blue background (as does the default widget with light purple and dark purple)

    Thank you!

    #826433
    David
    Staff
    Customer Support

    Another edit above, the second rule sets the background color which i have reduced the lightness of.

    #826574
    Pedro

    Hello david!

    Many thanks! It worked perfect.

Viewing 9 posts - 1 through 9 (of 9 total)
  • You must be logged in to reply to this topic.