- This topic has 5 replies, 2 voices, and was last updated 7 years, 2 months ago by .
Viewing 6 posts - 1 through 6 (of 6 total)
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.
Home › Forums › Pro Themes › Clean Commerce Pro › price filter color
Tagged: change, default color, Theme
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
Hey, Actually I would like to change all default color which is orange to another color no only filter price.
Thanks so much
Fatim
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
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!!
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 🙂
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!!
Cookie | Duration | Description |
---|---|---|
cookielawinfo-checkbox-analytics | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Analytics". |
cookielawinfo-checkbox-functional | 11 months | The cookie is set by GDPR cookie consent to record the user consent for the cookies in the category "Functional". |
cookielawinfo-checkbox-necessary | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookies is used to store the user consent for the cookies in the category "Necessary". |
cookielawinfo-checkbox-others | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Other. |
cookielawinfo-checkbox-performance | 11 months | This cookie is set by GDPR Cookie Consent plugin. The cookie is used to store the user consent for the cookies in the category "Performance". |
viewed_cookie_policy | 11 months | The cookie is set by the GDPR Cookie Consent plugin and is used to store whether or not user has consented to the use of cookies. It does not store any personal data. |