What's your biggest current challenge? Have your say in Community Polls along the right column.

how to change text color on shopify product information page

Solved

how to change text color on shopify product information page

vic186
Tourist
8 0 3

Hi, I am trying to change the text color under product information, how do i do that? Thank youScreenshot 2024-10-18 at 7.36.09 PM.pngScreenshot 2024-10-18 at 7.36.24 PM.png

Accepted Solution (1)

Tech_Coding
Shopify Partner
417 110 98

This is an accepted solution.

Hello @vic186 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product p.product__text.inline-richtext.subtitle {
       color: #000 !important;
   }
</style>

Tech_Coding_0-1729302460807.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.

View solution in original post

Reply 1 (1)

Tech_Coding
Shopify Partner
417 110 98

This is an accepted solution.

Hello @vic186 

You can add code by following these steps

1. Go to Online Store -> Theme -> Edit code.
2. Open your theme.liquid file

3. Paste the below code before </body> on theme.liquid
<style>
  .product p.product__text.inline-richtext.subtitle {
       color: #000 !important;
   }
</style>

Tech_Coding_0-1729302460807.png

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.

my reply helpful? Click Like to let me know!
your question answered? Mark it as an Accepted Solution.
Shopify UI Developer
Your Coffee Tips adds a little sweetness to my day.