Contact us info@twilight-tech.net

$0.00 0

Hide icons on your homepage

Home > Mobile App Builder > Tips > Hide icons on your homepage
Here is a small snippet to customize your homepage. Just like this: Hover me

margin

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 the layout.

example: .layout.l9

To get the best result, try to have a symetric aspect.