-- HikaShop version -- : 4.2.3
-- Joomla version -- : 3.9.18
Hi there,
we have a CSS conflict issue with K2. K2 is also using the UI CSS for tabs. Unfortunately the css in the hikashop frontend_default.css is very generic and therefore gets applied to other components as well as yours. For example K2 uses the ui tabs when editing articles in the frontend:
<ul class="k2TabsNavigation ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
</ul>
The code in the hikashop frontend_default.css gets applied to the K2 tabs and it becomes a mess.
Is it possible to add some additional CSS selectors (specific to Hikashop) to your code (lines 1394 to 1424) to avoid this issue?
Thanks, James