Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi!
Is it possible to change the Visual Composer Skill Chart element color (progress bar)? It appears to only default to the base color.
I notice there’s a color option for the Pie Chart element, but not the progress bars. Is this possible through maybe a custom class?
Thanks!
JC
Hello,
You can change it with a little css. Add this code:
.prog.start_animation {
background: rgb(230, 53, 208) !important;
}
into your custom css box. Change the color to your wish.
Best regards!
hi!!!
if i need to change font color too???
thanks!!
Hello,
For the title please add this code:
.skill_title {
color: #3E3D37;
}
Edit the color to your wish.
Best regards!
You must be logged in to reply to this topic.