completely deleting skills bars from about section

hi - I would like to completely remove the skills widgets from the about section on my site - currently, the best I can achieve is to have one line showing over the top of the image (see site) when I remove it totally it then defaults back to the 3 example skills again…Can you help? Thanks! Dan

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

#about .widget_illdy_skill:nth-child(1), #about .widget_illdy_skill:nth-child(2), #about .widget_illdy_skill:nth-child(3) {
    margin-top: 0;
    display: none;
}

Thanks!
Colorlib Support Team