A space to discuss online store customization, theme development, and Liquid templating.
Hey there!
There is an empty space between the product image and the product title. Other themes have here product images, is it possible to have the same in Dawn?
1. My Store (Dawn)
is it possible to reduce the empty space or to have product image icons there?
Thank you!
Ivan
Hi @ip93
Would you mind sharing your store's URL so we can have a look at that? Cheers!
Hi @ip93
You can add the following code at the end of your base.css file and that should do it:
button.button.button--full-width.product__xr-button {
display: none;
}
Cheers!
Hey there!
Thanks for the answer.
I want image thumbnails under the product pictures does this code change this?
Thank you!