From f721e600e33acef0d8a97a85602ddad30d6b1fe2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Tue, 8 Dec 2015 08:55:03 -0500 Subject: [PATCH] changed price tag .amount from white to black --- style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/style.css b/style.css index 63fbc37..2e7d4f9 100644 --- a/style.css +++ b/style.css @@ -659,7 +659,7 @@ p.stars a { margin-bottom: .618em; font-weight: 900 !important; } .single-product div.product .summary .price .amount { - color: white; + color: black; opacity: 1; } .single-product div.product .summary .woocommerce-product-rating { margin-bottom: 0; -- 2.17.1