-- HikaShop version -- : 3.2.1
-- Joomla version -- : 3.8.1
-- PHP version -- : 7
Hello,
I like the new feature for the mini cart.
So I set the option dropdown cart (hide)
Everything works fine but I like to add a button classes to hikashop_small_cart_total_title class.
Like this example:
So it's look like this:
But I don't know which file I have to edit ti add these button classes.
I tried the view product / cart.php but I can't find the class hikashop_small_cart_total_title so I could not add my button classes too it.
Could you please tell me how to do this?
I tried it with a jQuery script. But this is only working after a refreh because it can't override the ajax field in the first place.
// show button on minicart
jQuery(function (){
jQuery('.hikashop_small_cart_total_title').addClass('uk-button uk-button-primary');
});
Hope you can give me a hint.
Kind regards,
Lumiga