terryrayment 0 Posted November 28 Hello. I'm having issues displaying a checkout cart/icon on our store. When you add an item a very small little number appears in the right corner, it took me a while to even notice this. How do I add a cart icon that is always present so people can clearly see and checkout? https://www.keepersite.com/products/long-sleeve-keeper-t Thanks! Terry Share this post Link to post
ThompsonWebDesign 237 Posted November 28 It looks like you are using version 7.1 of Squarespace, you should be able to display a cart icon in your header. You will need to click on the header of your website and press edit, you will then need to enable the cart icon. https://support.squarespace.com/hc/en-us/articles/360028367571-Version-7-1-style-and-design-options#toc-header If you see an answer that was helpful please consider hitting the button on the right. Need help with your website or online store? Feel free to get in touch. thompsonweb.design Share this post Link to post
terryrayment 0 Posted November 29 Thank you! Great advice. I'm wondering if there is a way to only have it appear when in the "shop" section and not always? Share this post Link to post
tuanphan 6,134 Posted December 2 On 11/29/2019 at 9:28 AM, terryrayment said: Thank you! Great advice. I'm wondering if there is a way to only have it appear when in the "shop" section and not always? You want hide cart icon on all pages, except shop page? 1 terryrayment reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
terryrayment 0 Posted December 2 15 hours ago, tuanphan said: You want hide cart icon on all pages, except shop page? That is correct! So it only appears after someone adds something to cart. Is that possible? Share this post Link to post
tuanphan 6,134 Posted December 3 14 hours ago, terryrayment said: That is correct! So it only appears after someone adds something to cart. Is that possible? add to Home > Design > Custom CSS body:not(#collection-5ddd7262d57b5f006a841edc) .header-actions-action--cart { display: none; } 1 terryrayment reacted to this Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID, Block ID, Section ID Squarespace 7.1 CSS List Share this post Link to post
terryrayment 0 Posted December 3 Thank you so much! This works perfectly. Share this post Link to post