Change Font Color of Description in Dawn Theme

How to Change Font Color of Description in Dawn Theme

www.dapperdude.in

Hey @edgeIT

Follow these Steps:

  1. Go to Online Store
  2. Edit Code
  3. Find theme.liquid file
  4. Add the following code in the bottom of the file above tag.

Note: Change the color to any color you want in the code

If I managed to help you then, don’t forget to Like it and Mark it as Solution!

Best Regards,
Moeed

Hi @edgeIT ,

Follow these step.

  1. goto the edit code

  2. find the base.css file

  3. Add the following code at the bottom of the base.css file

.product__description {
    color: red;
}

If it works for you, don’t forget to Like it and Mark it as a Solution.