• Hello, I would like to add additional icons to the website using SVG gallery that is used by Botiga. Could you guide me how I can do this?

Viewing 3 replies - 1 through 3 (of 3 total)
  • 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?

    Thread Starter burgerino

    (@burgerino)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Additional icons’ is closed to new replies.