Override CSS style in Shopify and Liquid
I have a Shopify product page where I need to set different font colors for the same product description in different sections. In the section below, I need the font to be #333333. <div> <section> <p class="hero-description">{{ product.description }}</p> </section>…