Custom Module Icons - Question | JoomShaper

Custom Module Icons

M

Maurizio

Template 1 year ago

Hi, I'm working with "https://demo.joomshaper.com/?template=cuisine" template, with SP Page Builder Pro.

I'm looking for a list of icons, and name, like [sb-bistro-clock] used at the bottom of the template.

thank you

0
4 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #140429

Ciao Maurizio,

All icon class names you will find in that file: templates/shaper_cuisine/css/bistro.css

remember to use them as typical CSS class names, for example, "sb-bistro-tomato" :

<i class="sb-bistro-tomato"></i>

or

<span class="sb-bistro-tomato"></span>

0
BM
Bioma Marcin
Accepted Answer
1 year ago #147360

Hello, Is it possible to add to the file: templates/shaper_cuisine/css/bistro.css other icons, e.g. map, address, email or phone?

Thank you and best regards Marcin

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 1 year ago #147363

It request using different icon package.

But if we talk about those: globe, map, address, email or phone -- they standard from FontAwesome.

If all Helix based template has it, just check which version is loaded by your template.

Then check on font awesome website > Icons > choose version > search

0
BM
Bioma Marcin
Accepted Answer
1 year ago #147641

Thank!

0