Hey,
how do I change the color of the progress bar and the font size of the progress message text?
Thank you!
Katharina
This topic has 6 replies, 3 voices, and was last updated 4 years ago ago by Olga Barlow
Hey,
how do I change the color of the progress bar and the font size of the progress message text?
Thank you!
Katharina
Hello,
Could you provide URL and temporary wp-admin access?
Regards
ok 🙂
Add the next code in Theme Options > Theme custom CSS:
.et_b_header-cart .et_cart-progress-bar::-webkit-progress-value { background: #d8bc7f; }
.et_b_header-cart span.et-cart-in-progress {
font-size: 12px;
}
Regards
Changing the font size worked great. The color of the Progress Bar does not change, however, it is still blue.
Hello,
Checked your site and don’t see the issue with the progress bar color
https://prnt.sc/xu1vhv
Regards
The issue related to '‘Progress Bar’' has been successfully resolved, and the topic is now closed for further responses