Hi @burgerino,
I am sorry, I didn’t an immediate answer for your query for it is too general.
Which section would you like to add your own icon on? Can you be more specific?
I would like to add the icon in the mobile menu (see pcgigant.lt).
currently, I am using this
<i class=”ws-svg-icon”><?php botiga_get_svg_icon( ‘icon-bars’, true ); ?></i>
But I would like to include more icons in the gallery.
Thanks for looking into this
Hi,
To add your own SVG icons code to the current list, you’ll need to edit the botiga/inc/classes/class-botiga-svg-icons.php file, find the Botiga_SVG_Icons class, and add your icon as an paired array key and value for $svg_icons variable.