Brooklyn Theme: Add icons to footer links (Example: Truck icon + "Shipping")

Hello Shopify-Community,

I am wondering how I can identify which icons are already supported by the Brooklyn-Theme. I have read plenty of articles which are referring to the assets liquid file. However, in my Brooklyn theme there is no icon library included.

<class=“icon icon-cart”> This one gives me cart icon. But how can I find out which other icons can be referred to?

like “icon-globe” or “icon-envelop” stuff like this.

Alternatively, how can I implement more icons?
I don’t wanna use SVG/Png files because I can imagine that they are slower in terms of speed.

Thanks a lot.

Best,

Otayfer

@Otayfer

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

1 Like

Hey @KetanKumar ,

Please find the linked attached: www.otaro-shop.com

Thanks a lot.

Best,

Otayfer

1 Like

@Otayfer

yes please fontawesome

https://fontawesome.com/v4.7/icons/

1 Like

Hello @KetanKumar ,

How exactly does the string look like then?

Currently I just had to type:

and then a cart icon was displayed.

When I choose an ICON from Fontawesome (e.g. the address book) and I enter the given string (see below) the icon is not displayed on my store website.

i class=“fa fa-address-book” aria-hidden=“true”>

Thanks a lot :slightly_smiling_face: