Change colour of font on Product page

Solved

Change colour of font on Product page

Lizzo333
Excursionist
28 0 6

Hi there!

I'm using Dawn theme.

My URL is www.outerlayer.com.au and password to access is xxxx

I was to change the font colour on the description section of my product page to HEX #212529 to match the rest of the text on the page.

Screenshot 2025-06-04 at 10.40.37 AM.png

Appreciate your help, thank you!

Lizzy 

Accepted Solution (1)

Kyle_liu
Shopify Partner
437 55 80

This is an accepted solution.

Hi  @Lizzo333 

Add the following code to the base.css file

 

.product__description p {
  color: #212529;
}

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee

View solution in original post

Replies 4 (4)

Kyle_liu
Shopify Partner
437 55 80

This is an accepted solution.

Hi  @Lizzo333 

Add the following code to the base.css file

 

.product__description p {
  color: #212529;
}

 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me Email Me Buy Me A Coffee
GloryTai
Shopify Partner
2 0 0

First, please use the browser's developer tools to check what tag is used for the text. Please also check if it uses any class. Then, you can change the font color using CSS.

Lizzo333
Excursionist
28 0 6

Thanks so much @Kyle_liu! 🙂 

websensepro
Shopify Partner
2114 264 313

Hi @Lizzo333 
1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file
3. In theme.liquid, paste the below code before </head>

<style>
.product__description.rte.quick-add-hidden p {
    color: #212529 !important;
}
</style>

Result:

 

websensepro_0-1749191166303.png

 

If my reply is helpful, kindly click like and mark it as an accepted solution.
Thanks!
Use our Big Bulk Discount app to boost your sales! 🚀 (https://apps.shopify.com/big-bulk-discount). Easy to set up and perfect for attracting more customers with bulk discounts. Try it now and watch your revenue grow!

Need a Shopify developer? Hire us at WebSensePro For Shopify Design Changes/Coding
For Free Tutorials Subscribe to our youtube
Get More Sales Using Big Bulk Discount APP
Create Your Shopify Store For Just 1$/Month
Get More Sales Using Big Bulk Discount APP