Can't remove typography, design...

Hi,

I wanted to delete the typography, design and development icons in the about us. I deleted the widgets but it still appears on my website.

Do you know how I can fix that?

Thanks

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

You can use the following CSS code to remove the icons by going to Appearance > Customize > Additional CSS and pasting it there.

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

Best Regards,
Support

Hello there,

I hope you are doing well today.

Could you please provide a link to your website so that I can inspect it?

You can use the following CSS code to remove the icons by going to Appearance > Customize > Additional CSS and pasting it there.

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

Best Regards,
Support