From 3308b2b3a7a5426f9e8f5d27c5f65505a20e6256 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 4 Dec 2015 09:48:35 -0500 Subject: [PATCH] adjusting category title style --- style.css | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/style.css b/style.css index e24b6c1..d13924f 100644 --- a/style.css +++ b/style.css @@ -1067,19 +1067,22 @@ p.stars a { background: #fff; } .site-main ul.products li.product-category .g-product-title { opacity: 1; - top: 50%; - left: 50%; + /*top: 50%; */ + left: 50%; + + margin: 0px auto; width: auto; display: inline-block; - bottom: auto; - right: auto; + /* bottom: auto; + right: auto; */ padding: 0; - background: transparent; + /*background: transparent;*/ + background: rgb(145, 169, 127); padding: 1em 1.387em; } .site-main ul.products li.product-category .g-product-title h3 { font-family: "Libre Baskerville", "Georgia", serif; font-style: italic; - font-size: 1.618em; + font-size: 12px; font-weight: 400 !important; background: transparent; margin: 0; -- 2.17.1