How can I change the font color of product descriptions?

Hi, I’m using the minimal theme and I am trying to change the font color of the description in all my products. I tried looking at the product-template.liquid file but can’t find anything about font color. Can someone please help? Thanks in advance.

@AndyMahase

Add this code into your timber.scss.css file:

.product-description {
    color: #000;
}

Above code will make the description font color black because I set color code #000, You can change color code as yer your requirement.

Let me know if you need more help.

Cheers,

Tejas

Hi, thanks for offering to help. I can’t find “timber.scss.css” but I found, and tried pasting, the provided code at the bottom of “timber.scss.liquid” but it didn’t work after I saved and reload.

This is the code I pasted:

.product-description {
color: #00ABEE;
}

@AndyMahase

Please share your store URL so I can take a look and assist you better.

Thanks,

Tejas

https://savedeepblue.com/

@AndyMahase

Add this css:

.product-description * {
    color: #00ABEE !important;
}

Cheers,

Tejas

Thank you very much. It works. :slight_smile:
Also, apologies, if I had known that my url would have expedited the situation I would have provided it from the beginning. :slight_smile: Thanks again for your help. Do you happen to know if this change will affect load time for the website?

@AndyMahase

You’re welcome! :slight_smile:

No worry about load time, It will not affect on loading time.

Thanks,

Tejas

1 Like

Hi. I’m trying to solve the same problem :-). Where exactly should this code be pasted?

Thank you. Mike

@mikeshik7

Send me your store url so I can assist you better.

Thank you,

Tejas

Hi,

It’s www.onlinedipstore.com

Thank you! Mike

@mikeshik7

Go to the Theme > Actions > Edit code > Assets > theme.scss.liquid file and add following code at the bottom of file:

.product-single__description * {
    color: #00ABEE;
}

here, I used color code #00ABEE but, You can change it as per your requirement.

Cheers,

Tejas

1 Like

Oh great, it worked! Though the color code you gave me showed as light blue so I just typed ‘black’ instead :-). Thank you for helping out!

Mike

category description colour is very very uncles. can u kindly guide how to change colour?

\\\\\\\\\\regards

@Milky_Way_Shop

Send me your store URL and screenshot, where it is?

Thank you,

Tejas

milkywaytrading.co.uk

Milky Way Shop

Also, can you kindly tell me how to truncate the product description please

Thanks

@Milky_Way_Shop

Please send me a screenshot, which font color needs to change?

Thank you,

Tejas

Please see. The colour and also code for truncate it please

Hi Tejas,

I am also having this problem, I use the Minimal theme too. The code did not work for me. I want to bulk edit my descriptions so that the text below is the same dark grey (it is currently the same colour as the background so you cannot see it). I would also like the last bullet point to be the same colour and font as the bullet points above.

There is also this random box and the number ‘1’ that appears underneath all of my products. I’m not sure what change has caused this to happen

Heres my store link

[


](https://www.goodolvintage.co.nz/)