This topic has 2 replies, 2 voices, and was last updated 1 years, 1 months ago ago by Rose Tyler
Hi, is there any way to customize the progress bar color (.et_cart-progress-bar) from its default green?
It appears that its color depends on –et_green-color. Can I set a custom color? Thank you
Hello, Mickmickmick,
Thank you for contacting us and for using XStore.
Please try to use the next code in Theme Options > Theme custom CSS > Global:
.et-cart-progress .et_cart-progress-bar::-webkit-progress-value{
background-color: blue !important;
}
Kind Regards,
8theme team
You must be logged in to reply to this topic.Log in/Sign up