Change Cart icon
Hi guys,
I want to change the cart icon.
I've tried to replace the <i class> style to <img src=""/> in the header-top-area.php but it is still the old cart icon.
Any clue on how I can change the i class to a custom image for the cart?
Looking forward hearing from you,
BR,
Michiel
Comments
to change cart icon in header, you need to modify includes/header-top-area.php file. You need to modify content which looks like below: This will work on 100%. All you need to do is change <i class="icon-basket"></i> inside this code with other icon from list of available icons that are on http://themes.muffingroup.com/betheme/shortcodes/typography#icons. But if you prefer to use own image instead of icon, then you must play with img html tag and css as well.
Disale all chache and try to delete browser cache as well.