Hello,
I want to move my collection title in the image instead of being at the bottom and also remove the arrow next to it. I have tried various suggestions, but I have not found one to work for me. My site is luxicy999.com
Thank you very much!
Hello,
I want to move my collection title in the image instead of being at the bottom and also remove the arrow next to it. I have tried various suggestions, but I have not found one to work for me. My site is luxicy999.com
Thank you very much!
Hello @luxicy999
It’s GemPages support team and glad to support you today.
You can follow these steps:
Go to Online Store → Theme → Edit code
Open your base.css file and paste the following code below:
.card:not(.ratio)>.card__content {
z-index: 9;
}
.card--standard>.card__content .card__information {
padding-left: 20px;
padding-right: 20px;
margin-top: -60px;
}
.card--standard>.card__content .card__information .full-unstyled-link{
color: #fff;
}
.card--standard>.card__content .card__information .icon-wrap{
display: none;
}
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team
hi @luxicy999
May I suggest these steps:
Hope can help
If you find my reply helpful, please hit Like and Mark as Solution
EBOOST
You can add this code to the theme.liquid file before :
If you require any further information, feel free to contact me.
Best regards,
GemPages Support Team