Hi, I’m trying to get my product name closer to the image on Dawn theme (reduce line spacing). I’ve attached a picture! Also, I would like the image underneath not to be too close to the price above it.
Thanks!
Hi @nikkiken ,
Thank you for reaching out to the Shopify community. I’d be glad to assist you. Could you kindly share your store URL and
password (if it’s password-protected) so I can review it and provide you with an update?
Hi! It’s www.minkylash.com password is minkeee
Go to Online Store, then Theme, and select Edit Code.
Search for base.css/theme.css/style.css/main.css/custom.css file Add the provided code at the end of the file.
.collection .card__information {
padding-top: 0px !important;
}
Thanks so much!! And to add a little more space under a price of one product and another product image below?
/* Add space below the price */
.card__content .price {
margin-bottom: 20px !important; /* Adjust the value as needed */
}