Illdy theme Skills bars

My skills bar percentages aren’t showing correctly. I’ve deactivated plugins and found the woo commerce bookings plugin to be causing the issue. Is there anything I can do?

Many thanks

Hey there

What exactly is the problem? if its a CSS problem I can help, please provide a link to the page

Hi
Thanks for the reply. It’s just the skill bar section in the about section main page. It doesn’t show the graphic percentage for each bar. Just a plain line. If I deactivate woo commerce bookings then it works.
Thanks in advance

https://www.cuttingdiscos.co.uk/

Ok, I see it, this is a css conflict,

add this css code in appearance > customize > additionall css

.ui-progressbar {
text-align: inherit !important;
overflow: visible !important;
}
.ui-widget-header {
background: #d33;
}

Great !!! Worked a treat. Many thanks

Nice to hear :slight_smile:

Have a great day