Best practice for change feature picture Michelangelo theme

SergeFromFrance

New Member
Hi everybody,

I would like to know how I could change the picture in the features bloc.

I have seen the pictures are in SVG and the administration page doesn't purpose us to change them.
We can only change the text line or disable all the features bloc.

1586699063365.png

Could you confirm me if this method is a best practice for change icons :
- create a js script and insert it (with the administration mode) to replace the SVG icon by my own images.

Thanks by advance for your response.

Serge
 
E

Ekaterina Sayapina

Guest
Hi everybody,

I would like to know how I could change the picture in the features bloc.

I have seen the pictures are in SVG and the administration page doesn't purpose us to change them.
We can only change the text line or disable all the features bloc.

View attachment 11586

Could you confirm me if this method is a best practice for change icons :
- create a js script and insert it (with the administration mode) to replace the SVG icon by my own images.

Thanks by advance for your response.

Serge
Hello Serge,

You might want to create a child theme for these purposes. You'll find the file you need to make changes to here: \tpl\widget\_features.php
 
Top