How can I edit the price color and font?
I would like to change the color of the price of products?
Parmonconsulting.com
1
vote

Take a look at this video for instructions on updating the color of price.
https://www.youtube.com/watch?v=RlyB8WvJmbY&feature=youtu.be&t=12m50s
-
Matt commented
I wish my domain search box looked like the one in the video
-
Matt commented
Thanks for the quick response. I found this CSS worked for changing the color.
.rstore-price {
color: white;
}