#1364 Posted in ‘Showtime Image Gallery’

Latest post by Lefteris Kavadas on Saturday, 19 July 2025 12:44 EEST

Naszbaltyk Naszbaltyk

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

Lefteris Kavadas

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:

  1. If you have control over your template’s CSS, remove the !important from that rule or narrow the selector so it doesn’t affect the gallery icons.
  2. Alternatively, try adding the following custom CSS to your site (e.g., in your template’s custom CSS file): body.lg-on .lg-outer .lg-icon {   font-family: lg !important; }
  3. Use a different lightbox: In the gallery component options, you can choose a different lightbox.
  4. Need help? If none of the above solutions work and you’d like to continue using this specific lightbox, feel free to create a private support ticket and provide temporary administrator access so I can assist you directly.
     

Let me know how it goes!

Best regards,
Lefteris

Lefteris Kavadas

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 .

Firecoders
Are you using our extensions? Please post a review at the Joomla extensions directory!
Post a review