Visibility of “Published / Default” icons in product variants

  • Posts: 460
  • Thank you received: 19
  • Hikashop Business
2 days 2 hours ago #373292

-- HikaShop version -- : 6.6.0

Hi Nicolas.

After updating HikaShop, we have noticed that in the product variants list, the icons indicating whether a variant is Published and/or set as Default are now barely visible.

I have attached a screenshot. As you can see, especially in the “Published” column, the white icons on the light grey background have very little contrast. Previously, these statuses were much easier to identify at a glance.

Are you aware of this change or of any styling issue related to the latest HikaShop versions?

If so, is a fix planned? In the meantime, is there any backend CSS we can safely modify to make these icons more visible without causing issues with future updates?

We are currently using HikaShop 6.6.0.

Thank you.

Best regards,
José Ángel
Hermanos Galiano

Attachments:

Please Log in or Create an account to join the conversation.

  • Posts: 86101
  • Thank you received: 14203
  • MODERATOR
1 day 23 hours ago #373294

Hello,

Yes, we're aware of it and it's already fixed.

In 6.6.0, the status icon which only displays a state, without being clickable, became a span instead of a link which did nothing, so that screen readers stop announcing a link to their users. The rules of our backend CSS which give those icons their green or red color only matched the link, so on Joomla 5 and 6 the icon took the white text of the badge of the Joomla backend template instead, and became almost invisible on the light background. It affects the Published column of the listings and the variants list of the product edition page.

The fix has been added to the 6.6.0 package since then, so you don't need to change anything yourself: download HikaShop again from your member area and install it over your website, and the icons will be colored again.

You can check which build you have at the top of the Configuration page of HikaShop: it displays the version followed by the build number between brackets, like [2609061518], which reads as the date the package was built, year, month, day, hour and minute. Any build from September 4th 2026 onwards has the fix.

Please Log in or Create an account to join the conversation.

  • Posts: 460
  • Thank you received: 19
  • Hikashop Business
1 day 23 hours ago #373295

Hello,

Thank you.

I have checked my HikaShop version and I am currently using:
HikaShop Business 6.6.0 [2609061518]

So, according to your explanation, this build should already include the fix. However, the issue is still present and the Published icons are still almost invisible, as shown in the screenshot I sent.

Could you please let me know what I should check next? Could this be related to cached CSS files or to the Joomla backend template?

Best regards,
José Ángel

Please Log in or Create an account to join the conversation.

  • Posts: 86101
  • Thank you received: 14203
  • MODERATOR
1 day 21 hours ago #373296

Hello,

That build does contain the fix, but the fix is only in a CSS file, which is installed in the media folder of Joomla, separately from the rest of HikaShop. And the problem you reported came from a change in a PHP file, so seeing it appear after the update doesn't tell us that the CSS file was updated too. Two checks:

1. In the Configuration menu of HikaShop, Display tab, click on the pencil next to the "Back-end CSS File" setting. First, make sure it is set to "default". Also, the edit button displays the file as it is on your server. Search for the text span.icon-publish in it. If it is not there, add these two rules at the end and save:

#hikashop_main_content span.icon-unpublish {
	color: var(--danger);
}
#hikashop_main_content span.icon-publish {
	color: var(--success);
}

2. If the text is there, open www.yourwebsite.com/media/com_hikashop/css/backend_default.css in your browser, with your own domain, and search for it again. If you don't find it there, a cache in front of your website, a CDN like Cloudflare for example, is serving the old file, and emptying its cache will solve it.

If neither of the two explains it, we'll need a backend access to your website to look at it directly. You can send it to us with our contact form, www.hikashop.com/support/contact-us.html , along with a link to this thread.

Please Log in or Create an account to join the conversation.

Time to create page: 0.058 seconds
Powered by Kunena Forum