Home Forums Pro Themes Clean Commerce Pro price filter color

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #53640
    Fatim
    Participant

    Hey Guys,
    hope you are fine.
    Anyone could tell me the code to put in additional css to change the color of the filter woocommerce price ????
    Thanks guys.
    Fatim

    #53648
    Fatim
    Participant

    Hey, Actually I would like to change all default color which is orange to another color no only filter price.
    Thanks so much
    Fatim

    #53649
    Fatim
    Participant

    I have already changed the color but on some parts like cart table, filter price, or services widget the default color is still there.
    How can I do ?
    Thanks

    #53690
    wensolutions
    Keymaster

    Hello @fatim,

    To change the color of different parts that you have mentioned use below given CSS .

    Go to Customize > Additional CSS and paste below given CSS.

    table.shop_table.cart thead {
        background: #0651ff none repeat scroll 0 0;
       }
    
    .service-block-inner > a {
        background: #132eff;
      }
    
     .woocommerce button.button, .woocommerce input.button {
      background-color: #1e06ff;
    }

    You can change the hex color code as per your requirement .

    Hope this helps .

    Best Regards!!

    #53712
    Fatim
    Participant

    Hey,
    Yes that help me a lot thank you so much.

    the service block and cart table changed but not the filter price color, how can I do ?

    Thanks guys 🙂

    #53776
    wensolutions
    Keymaster

    Hello @fatim ,

    Nice to know that your issue is resolved .

    Now to change the color of the filter price color use below given CSS .

    .price_slider_amount .price_label {
        color: #130ef1;
        font-size: 13px;
        font-weight: bold;
    }

    Change the color code as per your requirement .

    The price size seems to be small so we have increased the size as well . Hope this one will work for you as well .

    Best Regards!!

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