Hi, my shop is using the dawn theme, and we want to be able to put the product name and price over the image in the featured collection section. Is this possible?
Hello @limelight91 ,
Please share the password to access the store. Your store is currently password protected.
Hello @limelight91 ,
It’s GemPages support team and glad to support you today.
Could you please share your store password then I can see and suggest something for you?
Best regards,
GemPages Support Team
Hello,
I have Check Your Store. Your Store its Password Protected So Can You Please Share Store Password
Hi @limelight91 ,
Please go to Actions > Edit code > Assets > base.css file and paste this at the bottom of the file:
.collection .product-grid .card-information {
position: absolute;
bottom: 2rem;
left: 2rem;
}
Hope it helps!
Hi Litos!
Thank you! It really did help, but it only moved the price and not the name of the item. Do you know how to adapt the code to also move the name of the item?
Hi @limelight91 ,
Please send me the password. I will check it.
Hi Litos, there should be no password now. Should I create one?
Hi @limelight91 ,
I need to check the details, so please send me the password, if you want privacy, you can send it via private message.
Hi Litos,
sent!
Thank you
Hi Litos,
I sent the password to your inbox.
Thank you!
Hi @limelight91 ,
Please remove my previous code and re-add the following code:
.product-grid .card {
position: relative;
height: auto !important;
}
.product-grid .card__content {
position: absolute;
bottom: 2rem;
left: 2rem;
}
Hope it helps!
Thank you very, very much! It worked perfectly!

