Hello,
Could someone help me with the code for changing the font color on my product page? I am using Narrative theme. Thank you!
PW: preech
Hello,
Could someone help me with the code for changing the font color on my product page? I am using Narrative theme. Thank you!
PW: preech
Hello There,
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!