lamaroney Posted October 11, 2020 Share Posted October 11, 2020 Site URL: https://gregmaroney.com/singles I'd like to have a horizontal line between rows because the buy button is below each product but much closer to the row below and mistakes have been made in ordering. I had a blank page and added each product, but then the next/previous option was removed, and if I used breadcrumbs, it took people back to the unlinked collection page. I'm trying to make the collection pages work so I can at least use breadcrumbs (though I'd rather have next/prev back). Thank you . Link to comment
Solution tuanphan Posted October 12, 2020 Solution Share Posted October 12, 2020 Add to Home > Design > Custom CSS /* border under products */ .products.collection-content-wrapper .grid-item { border-bottom: 1px solid black; } .products .grid-item .sqs-add-to-cart-button { bottom: 10px; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
lamaroney Posted October 12, 2020 Author Share Posted October 12, 2020 4 hours ago, tuanphan said: /* border under products */ .products.collection-content-wrapper .grid-item { border-bottom: 1px solid black; } .products .grid-item .sqs-add-to-cart-button { b Thank you, worked a charm! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment