Have your say in Community Polls: What was/is your greatest motivation to start your own business?

Dawn - How to change the color of a specific word?

Dawn - How to change the color of a specific word?

Alex087
Trailblazer
229 3 36

Hi, 

I would like to change the color of a specific word in my multicolumn text.

Thanks for your help 

Alex

 

 

Replies 10 (10)

nafeeur10
Shopify Partner
21 0 1

description.png
Isn't it work for you?
Select the text and give color with that. 

Please let me know if it works by giving it a like or marking it as a solution!
Working as Technical Lead at Zepto Product Personalizer
If you need any help, mail me at inafeeur [at] gmail.com or Give me a text message on Skype nafeeur.rahman1
Alex087
Trailblazer
229 3 36

hi, thank you but unfortunately I don't have this color feature in my editor (I actually got it in Product description but not in Image + text for example)

Alex

 

 

nafeeur10
Shopify Partner
21 0 1

Do you have </> symbol of description?
You will be able to add color on HTML of your description. Like the below picture. 

description1.png

Please let me know if it works by giving it a like or marking it as a solution!
Working as Technical Lead at Zepto Product Personalizer
If you need any help, mail me at inafeeur [at] gmail.com or Give me a text message on Skype nafeeur.rahman1
Alex087
Trailblazer
229 3 36

Understood, can you please tell me where to find these word in the source code ? thank you

 

nafeeur10
Shopify Partner
21 0 1

On the product description, click on this icon </>, you will get the source code. 

Please let me know if it works by giving it a like or marking it as a solution!
Working as Technical Lead at Zepto Product Personalizer
If you need any help, mail me at inafeeur [at] gmail.com or Give me a text message on Skype nafeeur.rahman1
Alex087
Trailblazer
229 3 36

Ok thanks but that is the source code of the product description.

For the text of a multocolumn Iin exemple i don't know where to add the span tag. In the source code obviously but don't know where

Thank you

 

nafeeur10
Shopify Partner
21 0 1

Can you please give me a screenshot where you want to do it?

Please let me know if it works by giving it a like or marking it as a solution!
Working as Technical Lead at Zepto Product Personalizer
If you need any help, mail me at inafeeur [at] gmail.com or Give me a text message on Skype nafeeur.rahman1
Alex087
Trailblazer
229 3 36

for example one word in this multicolumn 

 

 

nafeeur10
Shopify Partner
21 0 1
<div style="display: flex">
  <div style="margin-right: 10px; background-color: gray;">
<h3><strong>Cleanse</strong></h3>
<p>Cleanse your face with a gentle and balanced cleanser and <span style="color: red;">lukewarm</span> water.</p>
</div>

<div style="margin-right: 10px; background-color: gray;">
<h3><strong>Cleanse</strong></h3>
<p>Cleanse your face with a gentle and balanced cleanser and lukewarm water.</p>
</div>
  
<div style="margin-right: 10px; background-color: gray;">
<h3><strong>Cleanse</strong></h3>
<p>Cleanse your face with a gentle and balanced cleanser and lukewarm water.</p>
</div>

  <div style="margin-right: 10px; background-color: gray;">
<h3><strong>Cleanse</strong></h3>
<p>Cleanse your face with a gentle and balanced cleanser and lukewarm water.</p>
</div>
  </div>
  <!---->

I have given the color of a single word of multi-column with the code. 

Please let me know if it works by giving it a like or marking it as a solution!
Working as Technical Lead at Zepto Product Personalizer
If you need any help, mail me at inafeeur [at] gmail.com or Give me a text message on Skype nafeeur.rahman1
Alex087
Trailblazer
229 3 36

ok great thank you. Where is located this part of the source code?