From 7fdbffa8cac6f80f98e1494a164b315f4e0b45b1 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Mon, 16 Nov 2015 08:40:05 -0500 Subject: [PATCH] styling the product title and price tags for front page images --- style.css | 2 +- style.scss | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/style.css b/style.css index b572bbb..067e6d9 100644 --- a/style.css +++ b/style.css @@ -952,7 +952,7 @@ p.stars a { left: 1em; bottom: 1em; right: 1em; - padding: 1.387em 1.618em; + /*padding: 1.387em 1.618em; */ opacity: 0; } .site-main ul.products li.product .g-product-title h3 { margin: 0; diff --git a/style.scss b/style.scss index 7c3b360..52a0453 100644 --- a/style.scss +++ b/style.scss @@ -105,7 +105,6 @@ table { } } } - .site-branding, .site-logo-anchor, .site-logo-link, @@ -1071,7 +1070,6 @@ p.stars { } } } - li.product-category { a { background: #fff; -- 2.17.1