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!!!
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.
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.