WordPress Themes, Plugins and HTML Templates › Forums › Contango WordPress Theme › Several questions › Reply To: Several questions
October 3, 2017 at 11:34 pm
#4177
Participant
About removing numbers and % on the end of progress bars. I solve like this CSS Snippet:
.widget_progressbar-data {
display: none;
}
.widget_progressbar-progress {
display: none;
}