Changing colour of collection text on debutify

I need to change the text on the collection image from black to white color ( pict


ure attached below) @KetanKumar

@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

@ray77

please try one more time

Hi @ray77 ,

To change you follow the instruction:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
.featured-collections-section .collection_grid-title {
    color: #fff;
}

I hope it would help you.

@ray77

.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,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.scss.css and paste this at the bottom of the file:
h3.collection_grid-title {
color: #fff!important;
}