Edit color of text in the middle of other text

Hi, thanks for your help!

I have a website I am working on and need to change the color of part of a paragraph. In my paragraph, it’s supposed to be gray, which it is, but I need a few words green. I have a hex code: 50ac2c. The gray hex code is 605c5c. I have attached an image that shows two things… The top has the rich text I need to edit, and the bottom is an image placeholder which I need to copy for the top. All the words that are green in the bottom paragraph need to be the same green (hex code 50ac2c) in the top paragraph.

This is on the home page of the site. Thank you!!!

Website is datefix.com

what do you mean? Also, it’s not a final site. Just looking for some help with the paragraph.

Okay, so how do I get started?

I want to make sure I’m understanding what you’re trying to do. Are you trying to change the background color of this section?

I’m trying to change the text color of a couple words.

Ok. So, this isn’t something that you can directly do from the theme customizer, since it’s a little complicated.

What I would recommend you do, is type this paragraph directly in your liquid file, then place a class around the specific words that you want to change the color, then add the color in your CSS file.

How comfortable are you with HTML and CSS?

If I knew what that meant than I would’ve already fixed this haha. I understand how the liquid files work, kinda, and how to access them, just not the specific code. I know Python, though.