Change color of price on product pages
Pipeline uses the Accent color choice from your Theme settings for the product price color:
Simply change that color setting to modify the price color on product pages.
Code option to override setting
If you'd like to keep the Accent color setting and override the product price color, then use the following code modification:
/* -- code to change product price color -- */ .template-product h5 { color: #cc0000; } /* - end - */
This example uses #cc0000; which is a red color while the Accent color is unchanged:
Before when using Accent color:
hex color code references:
http://www.colorhexa.com/web-safe-colors
https://picular.co/
Where do I add the code?
Use this link to learn where exactly to add this code snippet: