Hi,
I want to move the font under the picture and change to black for all my grid item. My site is https://h9o667dnhzj5ob47-84365082931.shopifypreview.com
Thank you.
Mike
Hi,
I want to move the font under the picture and change to black for all my grid item. My site is https://h9o667dnhzj5ob47-84365082931.shopifypreview.com
Thank you.
Mike
Hi @Luxurymrkt Thanks for posting.
Kindly follow the steps below.
Go to the themes and click on Edit Code and in the product-card-grid.liquid file and ensure the code looks like the below:-
let me know if this works for you.
@Luxurymrkt Please follow the below steps to move text content under image and change the text color to black. Let us know whether it is helpful for you.
.grid-item a.grid-item__inner {
height: auto;
}
.grid-item .grid-item__image, .grid-item .image__img {
position: relative;
}
.grid-item__text-container * {
color: #000;
}
.grid-item__overlay {
display: none;
}
Now the result look like below attached image.
Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.