Change Font Color on Product Page - Narrative Theme

Hello,

Could someone help me with the code for changing the font color on my product page? I am using Narrative theme. Thank you!

shopmadebyearth.com

PW: preech

1 Like

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:

h1.product__title.h2.text-center, .product__title.h2.text-center.h1, span.product__current-price,

.product__description strong {
color: red;
}

Thank you @ZestardTech

Is there a code to just change the title? It uses the default one from the Theme. Thanks!