How to Change Font Color of Description in Dawn Theme
Hey @edgeIT
Follow these Steps:
- Go to Online Store
- Edit Code
- Find theme.liquid file
- 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.
-
goto the edit code
-
find the base.css file
-
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.