My Product Page "Description" Are Grey And Not Their Natural Color For Some Products

Hi Guys, for some of my items the descriptions seem grey, could you please help?

I have linked a product that I want the description to be like in terms of visibility.

This is Noah from PageFly - Shopify Page Builder App

I can help you, Hi @michaelhopper17 You can change color by edit type color in custom editor theme, or if It not change you can send url website, I need check element and fix it.
Thank you

Best regards,

Noah | PageFly

@michaelhopper17 Please follow below steps to change the color of the product description to black. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Go to the product page and click “Product information” section to edit.
  4. Click the currently applied Color scheme to edit and select “Text” to change the color of the normal text like mentioned in the below image.

  1. Then, the final output of the product description will be like.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

Hi, thank you for your reply there doesn’t seem to be a colour scheme option on the product info page when I click?

@michaelhopper17 It seems your Dawn theme version is low. Please follow below alternative way to change the color of the product description to black. Let me know whether it is helpful for you.

  1. From admin, go to “Online Store” → “Themes”.
  2. Click “Customize” button from the current theme.
  3. Go to the product page and click “Product information” section to edit.
  4. Locate the “Custom CSS” at the end of the “Product information” and paste the below CSS code like mentioned in the below image.
.product .product__description {
    color: #000000 !important;
}

  1. Then, the final output of the product description will be like.

Please provide your support by click “Like” and “Accepted” if our solution works for you. Thanks for your support.

1 Like