I want to add padding between my 3 metafields (displayed on product thumbnails) so they are not all squashed together. This is the code I have for the metafields:
I also want to change the font for the last one?
I want to add padding between my 3 metafields (displayed on product thumbnails) so they are not all squashed together. This is the code I have for the metafields:
I also want to change the font for the last one?
@GemMuir ,
Please share the store URL and screenshot too.
Hi,
Please share your store URL and if your store is password protected then also provide password too.
Thank you.
@GemMuir ,
Can you share the screenshot
So I want to change the font for “tastes like chocolate…” and add some padding underneath so there is space above the price. Then I want to display my stickers (new / coming soon etc) and the quick add to cart buttons (these were displaying fine until I added the code to display metafields)
@GemMuir ,
.product-thumbnail__description {
padding: 13px 0;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid
Please add below css code in bottom of asstes/styles.css file
.product-thumbnail span.product-thumbnail__price.price {
padding-top: 15px;
}
Thank you.
@GemMuir ,
how you want the font for tastes like chocolate?
owners narrow bold (same as my headings
@GemMuir ,
.product-thumbnail__description {
font-family: owners-narrow,sans-serif!important;
letter-spacing: 1px;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->style.scss.liquid
Thank you that’s worked
Do you know how to display my stickers and quick add to cart buttons that have disappeared?
Thanks
@GemMuir ,
You have included?
@oscprofessional I have just re-made my photos to display what the stickers said but I still need to add the quick add to cart buttons. ![]()
@GemMuir ,
Do you have any issue still ?