Archived topic
How to change shopping cart icon and search icon to vector svg image
24 replies · Started by Kevin on April 29, 2022
Oh..that works now. Thank you...I just have to adjust size and stuff. Thank you.
Part of the cart image is getting cut off...is that something I need to change in original svg file or within css?
added link to the site.
Hi Kevin,
Your cart icon SVG has some error, can you check?
oh...I will recreate it using the link. Thank you.
No problem :)
Hi.
If you go on the site, all the icons are showing as correct size (28px H) but only cart is showing smaller.
Cart is supposed to show width="31.73" height="28" but it's showing smaller than that.
Can you please check how to change it so it shows actually width="31.73" height="28"?
Thank you.
I changed following css code to widen the width of cart column and it auto ajusted to fill the width.
.gp-icon svg {
width: 1.2em;
/*Modify cart icon size*/
}
Hi Kevin,
The topic is marked as resolved, your site info in the private info field has been erased.
Can you link us to your site again?
This topic is resolved...I was able to use css above to change the size of icon.
OK, glad to hear that :)