Hide icons on your homepage
Here is a small snippet to customize your homepage.
Just like this: Hover me
To do that, add the following css in the “advanced customization” section of your editor:
.layout.l14 li img {
display: none;
}
You can apply that modification to another layout. To do this, you have to replace the l14 with another number of layout.
exemple: .layout.l9
To get the best result, try to have a symetric aspect.