Delete titles features
Here is a small snippet to delete the title of your features.
Just like this:
To do that, just add the following CSS in the “advanced customization” section of your editor:
.homepage .layout li p {
display: none;
}
To get the best result, modify the position of your icon/image to center it.