Change specific words color in a sentence

Hi, I would like to change the color of specific words within the text.

I want to change the word “ist” to green in the header of the banner.

Hope someone can help!

https://sugarfreeeu.com/

Hi @Eli90

in the header of the input box, wrap the word with a span tag and add it a class, then add the color code for that class. Just like that

“Das Leben ist süß”

span.green-text {
    color: green;
}

@Henry_dev thx a lot. it didn’t work unfortunately

@Eli90 Can you take a screenshot of the steps you do?

Hi @Eli90 ,

This is Henry at PageFly - Shopify Advanced Page Builder app.

You can try this code by following these steps:

Go to Online store => themes => actions => edit code and add this code on file theme.liquid before tag


Hope this answer helps.

Best regards,

Henry | PageFly

@Henry_dev I am not sure where should I add this > “Das Leben ist süß”

like to which file

Hi @PageFly-Henry thank you for your help! unfortunately it didn|t work

Can you send a screenshot of the location of the code you added so I can check it.