MATTER Posted June 29, 2020 Posted June 29, 2020 Site URL: https://goldfish-koi-xjg4.squarespace.com/config/ Hi there, When I am adding to cart a product via lightbox and then go "next", the button of the next product is not showing. The "add to cart" writing is not there anymore. Can you please check? thank you!
tuanphan Posted June 30, 2020 Posted June 30, 2020 Hi. You can contact Squarespace Customer Care here (livechat/;email) https://support.squarespace.com/hc/en-us/requests/new?_ga=2.97243164.2075402958.1593384866-536704354.1593384866#choose-topic 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!)
MATTER Posted June 30, 2020 Author Posted June 30, 2020 thanks @tuanphan they said that my customized code might interract with this issue, but I dont see why?? here below is the code: .sqs-search-page-notice { visibility: hidden; } .sqs-search-page-notice:before { visibility: visible; content: "No products found. Please try again!"; } @media screen and (min-width:641px) { .sqs-search-container-list>.search-results { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); } } .CartTableRow-itemPrice-26eXS { font-size: 20px; //Price font-size } .CartTable-subtotalPrice-2JFeD { font-size: 20px; //Subtotal font-size } .CartTableRow-itemDesc-1MjIC a { font-size: 16px; //Product title font-size }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.