Good morning. After installation, the icons are not showing up in the gallery. I'm sending a screenshot.
https://zapodaj.net/plik-vmDGsZX9Bs
Website https://master.naszbaltyk.com/aktualnosci/371-slow-food-festival-sopot-od-kuchni
Joomla 5.3.2
Latest post by Lefteris Kavadas on Saturday, 19 July 2025 12:44 EEST
Good morning. After installation, the icons are not showing up in the gallery. I'm sending a screenshot.
https://zapodaj.net/plik-vmDGsZX9Bs
Website https://master.naszbaltyk.com/aktualnosci/371-slow-food-festival-sopot-od-kuchni
Joomla 5.3.2
Hi Naszbaltyk,
Thanks for reaching out.
I checked your website and it appears that the CSS from your template is overriding the font used for the gallery icons. Specifically, the following CSS rule is causing the issue:
span:not(.fa,.fas,.fab,[class*='icon-'],[class*='fa-'],[class*='icofont']) {font-family: 'Roboto', Helvetica, Arial, sans-serif !important;}
This rule forces all elements (unless they have specific classes) to use the Roboto font, which breaks the gallery icons.
Here are a few options to resolve this:
!important
from that rule or narrow the selector so it doesn’t affect the gallery icons.body.lg-on .lg-outer .lg-icon { font-family: lg !important; }
Let me know how it goes!
Best regards,
Lefteris
Hi Dominik,
Thanks for providing access.
I’ve added a small custom CSS snippet to your site, and the gallery icons are now displaying correctly. Since you’re using a JoomlArt template, I placed the code in the “Before ” section under the “Custom Code” tab of your template style settings—just in case you want to review or modify it later.
Let me know if everything looks good on your end or if you need help with anything else.
Best regards,
Lefteris
Vacation Notice: We’re currently in vacation mode. Response times may be longer than usual, but we’ll get back to you as soon as possible. Thanks for your patience!
Note: An active subscription is required in order to get support for our paid extensions. For our free extensions, if you don't have an account, register and then submit your support request. In case you just want to ask a question, you can also use the contact form .