Can I remove the skill bars completely in the front page about section?

Hi,

I want to remove the skill bar widgets in the About section. When I delete the widgets, they simply pop back up and reappear. If I keep one but remove all text there is an awkwardly long space.

Thanks so much for your help!

Hello there,

I hope you are doing well today.

It would be best to remove the widget from the widget area but if it will not work you can use the following CSS code to remove the skills by going to Appearance > Customize > Additional CSS and pasting it there.

/*Remove Skills*/
#about .widget_illdy_skill {
    display: none;
}

Best Regards,
Support

Thanks so much!

If I remove it completely, can I add a 2nd Full Width Section? I want plain text there.

Thanks again, I really appreciate the prompt responses.

Hello there,

You can add more text to the widget area using a text widget and that should be fine.

Best Regards,
Support