Hi, I am modifying theme’s home page of Organic demo. In the module ‘Our products’ there are 5 tabs, originally with images. I am trying to replace the graphics with FA icons. In Elementor for each of the tabs I select tab ‘Icon’ and select ‘With icon’ as a tpe, then choose fontawesome regular icon. After that the is not visible in Elementor nor on the published page. When I look at the page’s source code, it seems the theme tries to display SVG instead of an icon:
<div class="img-wrapper"><svg...></div>
while I supposed to should look like:
<div class="img-wrapper"><i class="fa..."></div>
I have looked through support topics similar to the issue I have and checked Woodmart settings -> Performance -> Fonts & Icons -> Font Awesome Library => Always use
So I have no idea what is going on with that… Can you help?