Changing colour of text on product collection description

I’d like to change the colour of the text on the product collection pages. I’ve used the following code, and it seems to have worked on all but 2 of the collection pages.

.collection-grid-item__description.h3 {
color: #350a4b;
}

Any help would be great!

1 Like

@nineangels

Please elaborate your problem. Also provide a screenshot and share your store url.

hii, @nineangels
Kindly share your store URL and a screenshot so,
I can solve your issue.
Thank You.

Hi

URL is https://nine-angels.myshopify.com/ I’d like the text description to be the colour of the 2nd screenshot

hii, @nineangels
Paste this code in the top theme.scss file.

.rte.collection-description.page-width p {
    color: #350a4b !important;
}

Thank You.

Thanks! That worked for the collections in the drop down menus.

I would also like to change the colour of the description in the featured collections shown on my homepage. Like this one. Could you help with that too?

hii, @nineangels
Paste this code at the top of the theme.scss file.

.section-header.text-center .rte {
    color: #350a4b !important;
}

Thank You.

Thanks so much for your help!

1 Like

Welcome…