Change color of collection description at homepage

I want to change the description color of the pictures in my collections at my shopify store.

As you can see the color is white which does not go well. I want to change it to blue. I have searched everywhere and there is no option, or I can’t seem to find one. Can anyone please help me.

joebyedon – Democracyfighter

my store

Hey, @derrick10

In case you are unable to find a coding solution here, I’m confident one of our Shopify experts would be able to accomplish this at a reasonable price.

If there is anything else I can help you with, please let me know.

HI @derrick10

This is Richard from PageFly - Landing Page Builder App

You can try this code by following these steps:

Step 1: Go to Online Store->Theme->Edit code.

Step 2: Search file theme.scss.css

Step 3: Paste the below code at bottom of the file → Save

span.collection-item__title.collection-item__title–overlaid.collection-item__title–heading.collection-item__title–bottom-center {

color: red !important;

}

Hope that my solution works for you.

Best regards,

Richard | PageFly

Hello @derrick10

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->theme.scss.css>Add this code at the bottom.

.collection-item__title--overlaid {
    color: #0a36b9 !important;
}
1 Like