Page 1 of 1

Change mt-icon in a block

Posted: Thu Mar 31, 2022 6:43 pm
by tobydude
Hi.
How do I change a image (mt-icon) in a block and make my own image? (.png or .jpg)

I want to change: see image.
Image

Re: Change mt-icon in a block

Posted: Thu Mar 31, 2022 8:12 pm
by Jolumarali
607 <img src="homepage/blocks/rain/icons/<?php echo $theme?>/rain.png" style="width:70px">

you created an icons/light and dark folder with your image
and modify this line 607 in rainBlock.php
good installation

Re: Change mt-icon in a block

Posted: Fri Apr 01, 2022 5:14 am
by tobydude
Thanks Jolumarali.
That was great.
:)