Hello, so bascially I am using the Alchemy theme base of the liquid theme and I cant seem to figure out how to change the color code of a specific word or group of words on various areas of my website. On my previous site I could simply change in the source code, but it seems to be different here… do you know which line of code and where it should be added.
PS I already used this one, but it doesnt work at all …
[data-custom-text*='EcoGarby™']{ color: #FB6107 !important; }
Kindly post a link to your store and a screenshot of the exact texts you’d want to change their colors
1 Like
Hello Lunaworks,
Here is the website, https://swaap.ch
and here is the exact text i wanted to change
" Pack de mobilier design" on the landing page , second section.
I see you have coding skills. Go to the section which has this text. Scroll down to the schema and change the type of the heading from whatever it is to html, and then go to where the id is, and make sure there isnt anything like " | escape " and you can go ahead and use html in there. Refer to the screenshots I attached to see how its done.
Here is the schema, type changed to html

If it’s in a block then it should look like this, if it has no blocks then it would be section.settings.heading
Here you see the html updating. So to your question, you can go ahead and wrap the specific text around a span and give it a class, then add the color for that class in your css.
@LouisJ