Tagged: Progress Bar
Hi,
I would like to change the color of the section of the progress bar that is not filled. For example, i would like to change the background color of the remaining 26% so that it is easier to see the full length of the bar.
Thanks,
A
Hey A!
Please add following code to Quick CSS and adjust as needed
.bar-outer {
background-color: #e2e2e2;
}
Best regards,
Yigit
Hey!
You are going to need to modify progressbar.php file inside Enfold/config-templatebuilder/avia-shortcodes folder and shortcodes.js file inside Enfold/JS folder.
But unfortunately that kind of customization is beyond the scope of support and needs to be done by a freelance developer
Cheers!
Yigit
Okay, thanks for your help.
A