Greetings !!
I would like to change the product grid baground colour from black to white,
Any help pls ?
Website link
Greetings !!
I would like to change the product grid baground colour from black to white,
Any help pls ?
Website link
Hi @Kurtins
If you want to change the color of the product grid, in the collection page, just follow the instructions below. Since you have a black and white background and text, you can use filter on this.
.color-inverse.isolate.gradient {
filter: invert(1);
}
.card__inner.color-accent-1.gradient.ratio {
filter: invert(1);
}
Hi @Kurtins ,
This is Victor from PageFly - Landing page builder, Iād like to suggest this idea:
Step 1: Go to Online Store->Theme->Edit code
Step 2: Asset->/base.css->paste below code at the bottom of the file:
.card__heading {
color: black;
}
.card-information>.price{
color: black;
}
.product-grid-container {
background: white;
}
Hope my answer will help you.
Best regards,
Victor | PageFly
Still with black baground.
Hi @Kurtins ,
I do see you were at your theme editor. If you did not save the changes you made in the theme editor, it will not reflect to your live theme
Code was saved but still with white black baground. I did save other codes before this one which seemed to work.
But the product grid seems to stay black : (
@Kurtins You can try my solution to see
i have also tried your solution but it seems to have not worked aswell.
any other solutions? 3 hours to change the baground, im going crazy ![]()
You can try this code:
.card__heading {
color: black !important;
}
.card-information>.price{
color: black !important;
}
.product-grid-container {
background: white !important;
}
Still did not work ![]()
Sorry about that, you can try again
Go to Edit code on Online Store
add my code above the tag on Theme.liquid: