annamorrissey Posted January 4, 2021 Share Posted January 4, 2021 Site URL: https://www.tummyache.co.uk/ I am trying to insert a custom cart icon, however my custom icon is now displayed under the existing cart template. how do i get rid of the existing cart, without removing the cart feature all together? this is the code i used to insert my custom cart. .icon--cart { display: none !important; } .Cart-inner{ width: 32px; height: 32px; display: block; background-image: url(https://static1.squarespace.com/static/5d21c722337c400001e50a91/t/5ff30e0c6ed34a73679ef54d/1609764364911/hot+waterbottle+cart.png); background-size: contain; background-position: center; background-repeat: no-repeat; } Any help would be great, Thank you! Link to comment
tuanphan Posted January 6, 2021 Share Posted January 6, 2021 Add this code .Cart-inner * { visibility: hidden; } I see top of image has this. Do you want to remove it? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.