-- HikaShop version -- : 3.2.0
-- Joomla version -- : 3.7.5
-- PHP version -- : 7
Hi Hikashop.
I have a request for the CSS Buttons options in the configuration.
As you know you can add an extra CSS class for cart and wishlist. That's very nice.
But this option is not workable anymore for Yootheme PRO and for example JSN, and maybe other templatebuilder.
For example if somebody want to use a secondary button for the shop you have to add these classes:
"uk-button uk-button-secondary" for Yootheme PRO.
And if you want an other class for the add to cart buttons you have to add this class.
Like this situation:
But this situation give a problem as you see. Because when you use the extra CSS class, the extra CSS will be placed behind the CSS for normal shop buttons like this:
"uk-button uk-button-secondary uk-button-primary"
but it must be look like this:
"uk-button uk-button-primary"
So the extra class must be replace the other class.
This this is my thought about it, and would be useful for everybody also with the old templates.
Create a extra field with a replaceable CSS button class. So this class would be replaced by the extra classes for cart and wishlist.
Like this example:
I hope you understand the problem and correct me if I'm wrong.
Kind regards,
Lumiga
See:https://getuikit.com/v2/docs/button.html for the old templates
and:
getuikit.com/docs/button
for the new one with Yootheme PRO