Change Color of One Word in Heading?

How can I change the color of just one word in the heading of a multicolumn section in Dawn theme?

I tried a few different CSS codes from old responses in other threads and they didn’t work. Some guidance would be appreciated!

Hi @sculptingbodies

Can you send me the page link to check further for you?

Thank you

https://36c09f-58.myshopify.com/

is that the right link?

please do!

can you send me the password and the page URL of the heading that you want to change ?

https://admin.shopify.com/store/36c09f-58/themes/132497997875/editor

is this the link you wanted? the header is on the home page

@LizHoang my store isn’t published yet so I’m not sure if that’s the link you’re wanting

Hi @sculptingbodies

To complete your requests, please follow these steps:

  1. Go to the section you want to edit and wrap the desired text with a span tag

https://prnt.sc/_q4hzYPBveOa

  1. Add the following CSS code to your stylesheet:
.multicolumn h2.title > span {
    color: red !important;
}

I hope this helps

Best,

Daisy

it worked! thanks so much, truly appreciate it!