Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I’m experiencing an issue where there’s extra space at the bottom of the product cards on my collection page. Here’s a screenshot showing the problem:
Does anyone know how to remove this unwanted space? Any advice would be greatly appreciated!
Thanks!
Solved! Go to the solution
This is an accepted solution.
You got those spaces because there are quick add buttons there, but you set box shadow, and the text color are white, so they are invisible.
Please add this code to Custom CSS in Sales Channels > Online Store > Themes > Customize > Theme settings to solve it
.quick-add .quick-add__submit {
border: 1px solid #000;
color: #000;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
This is an accepted solution.
You got those spaces because there are quick add buttons there, but you set box shadow, and the text color are white, so they are invisible.
Please add this code to Custom CSS in Sales Channels > Online Store > Themes > Customize > Theme settings to solve it
.quick-add .quick-add__submit {
border: 1px solid #000;
color: #000;
}
- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.
Thank you so much it worked.