Changing text color on one section in my theme

Hey! I’m working on my Shopify store eco-collective.myshopify.com and I’m editing a Theme called “2023 Theme” and trying to change the font color on my last “Media with Text section” (the one about Stationery) to font color #D66FA9. Can someone help me with the right string of code?? Thank you!

@ecocollective1 Can you share the link of that stationery shop ?

Could you tell me which page this is?

@ecocollective1 Please share the page link .

Hi @ecocollective1 ,

I checked and it shows fine, you solved it

My homepage on draft theme “2023 Theme”

Here’s a preview! The theme isn’t live yet. https://6xmikw1jvb6w49ne-26514822.shopifypreview.com/

It’s the Media with Text block at the very bottom where the text is almost the same as background color. I want to change it to #D66FA9.

Hi @ecocollective1 ,

Please go to Actions > Edit code > Assets > styles.css file and paste this at the bottom of the file:

#section-id-163762550050bf393d .overlay__content {
  color: #D66FA9;
}

Hope it helps!

Okay, that didn’t work. It did change the text color at the very top, the “image with text overlay” but that’s not what we wanted to do. I want to change the text color of the block all the way towards the bottom that says Shop Stationery. It’s across from an image with pens on a laptop and a croissant and it has a blue background with cream text but we want a cream background with pink text. The Block is called Media with Text.

Hi @ecocollective1 ,

Please send me the preview link, I will check it.