I need to change the text on the collection image from black to white color ( pict
ure attached below) @KetanKumar
I need to change the text on the collection image from black to white color ( pict
@ray77 .
Hello, Share your store URL.
Hello There, Please share your store URL and password. So that I will check and let you know the exact solution here.
@ray77 Please send me your store URL.
https://parisianbakersshop.myshopify.com/
password -123123
please try one more time
Hi @ray77 ,
To change you follow the instruction:
.featured-collections-section .collection_grid-title {
color: #fff;
}
I hope it would help you.
.featured-collections-section .collection_grid-title {
color: #fff;
}
Add this css at the bottom of Online Store->Theme->Edit code->Assets->theme.scss.liquid
Hello There,
h3.collection_grid-title {
color: #fff!important;
}