How can I go about removing the grey percentage line in the skills widget?
Hello there,
I hope you are doing well today.
You can use the following CSS code to remove the line color by going to Appearance > Customize > Additional CSS and pasting it there.
#about .skill .skill-top .skill-progress-bar {
background-color: none;
}
Best Regards,
Support