Shopify themes, liquid, logos, and UX
Hi guys, please see screenshot below.
My product list grid on my homepage is not what look like on my collection page
homepage : https://www.brinnova.com/
Solved! Go to the solution
This is an accepted solution.
Hi @remz1234
Only the product card or you like to change also the sold out badge?
check this one for the card.
.spb-item.type_product_scroll .grid {
padding: 8px;
}
This is an accepted solution.
Welcome, for the badge add this code to the base.css.
.spb-item .card__badge {
left: 50%;
transform: translate(-50%);
}
And Save.
result:
Hello @remz1234,
If you want to set the product grid on the collection page, follow these steps:
Hi @devmont-digital if you will take a look on my homepage, the product list border are not complete. I want it to look the same on my collection page
This is an accepted solution.
Hi @remz1234
Only the product card or you like to change also the sold out badge?
check this one for the card.
.spb-item.type_product_scroll .grid {
padding: 8px;
}
Hi @Made4uo-Ribe thank you will mark this as solution. Btw how can I center the sold out badge?
This is an accepted solution.
Welcome, for the badge add this code to the base.css.
.spb-item .card__badge {
left: 50%;
transform: translate(-50%);
}
And Save.
result:
Hi @Made4uo-Ribe worked thanks. Last question, I want the prices to be place on bottom left corner in all of my products. Please see screenshot below.
Add this one in yout base.css.
.card-information__wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
height: 16vh;
}
.spb-item .card-information__wrapper>:not(.visually-hidden:first-child)+:not(.rating) {
margin-top: 0px !important;
}
.card__information {
display: flex;
flex-direction: column;
justify-content: space-between;
}
And Save.
Result:
Please, dont forget to hit likes! thanks!
By investing 30 minutes of your time, you can unlock the potential for increased sales,...
By Jacqui Sep 11, 2024We appreciate the diverse ways you participate in and engage with the Shopify Communi...
By JasonH Sep 9, 2024Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024