Best Premium and Free WordPress Themes › Forums › Corporate Plus Pro › At Skills section › Reply To: At Skills section
December 13, 2016 at 2:50 am
#11479
acmethemes
Keymaster
Please add the below CSS code in Appearance > Customize > Layout/Design Options > Custom CSS to hide the number as well.
.at-skillbar .skill-item span.percentage {
display: none;
}
Hope, this will solve your problem.
Regards