Jump to content

changing shopping bag to cart icon - indigo template

Recommended Posts

11 minutes ago, Jprood said:

Yup some of the other 7.0 u have a couple options for the icon. I just need to find it and figure out the code. I can host the icon myself. Is the coding that always throws me

I feel you 😅. I should  ask @tuanphan because he helped me change my shopping cart icon to a shopping bag.

Edited by inunzi
Link to comment
2 hours ago, Jprood said:

Yup 🙂. I’m good at adjusting existing code but figuring out new code. Im so not good at

See if this code works. Btw, you can change the svg to what ever you want.😁. If you don’t want the quantity to show, please tell me and I’ll tell you how.

body:not(.tweak-transparent-header) .header-actions .icon--stroke svg, body:not(.tweak-transparent-header) .header-menu-actions .icon--stroke svg {
    stroke: #000;
    display: none;
}
body:not(.tweak-transparent-header) .header-actions .icon-cart-quantity, body:yes(.tweak-transparent-header) .header-menu-actions .icon-cart-quantity {
    color: #000;
    display: none;
}
.Cart-inner:before {
    content: url(https://image.flaticon.com/icons/svg/758/758680.svg);
}

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.