/*change icons*/
//change the type 1 svg to your svg
add_filter('blocksy:header:cart:icons', function ($icon) {
$icon['type-1'] = '<svg>Type 1 SVG</svg>';
return $icon;
});
add_filter('blocksy:header:wish-list:icons', function ($icon) {
$icon['type-1'] = '<svg>Your SVG</svg>';
return $icon;
});
add_filter('blocksy:header:account:icons', function ($icon) {
$icon['type-1'] = '<svg>Your SVG</svg>';
return $icon;
});
add_filter('blocksy:header:search:icon', function ($icon) {
return '<svg>Your SVG</svg>';
});
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter