Removing the skill widget

Hello,

I removed the skills from the About section and it effectively removed all the skills I displayed initially. However, there are still some skills shown on the web site. They look like the skills from the demo (typography, design…).

Any idea on how to get rid of them as well?

Thanks

Loic

Hi,

You’re right, if there isn’t any skill then it will be replaced by the demo content skill, I suggest you to use this Custom CSS to hide it, Please add this Custom CSS in Appearance -> Customize -> Additional CSS,

#about .section-header {
    margin-bottom: 0px;
}
#about .section-content {
    display: none;
}

Let us know,

Thanks,
laranz.

Thanks Laranz, it works like a charm.

Cheers for that.

Loic

Hello there,

I am glad Laranz was able to help you.
Please feel free to contact us again in the future regarding any other issues.

Best Regards,
Support