How can I change the icon (in home-3) of the modules? Ej. I get a footprint. I need to change it.
Thanks.
Joohmla Hi You can Override below code with your icon image
.theme-home-3 .section-title-wrap .section-title:before { -webkit-mask-image: url(../images/decor/item-5.svg); mask-image: url(../images/decor/item-5.svg); }
Regards
In which file do I add or change that text?
Joohmla Hi Open template style > setting > custom css and add the code. Doc : https://www.joomlart.com/documentation/t4-framework/css-scss-customization