From 5839c0692761eb30de68cedea600db3493ec40c6 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 13 Nov 2015 09:52:08 -0500 Subject: [PATCH] made original link color transparent to keep the anchor tag --- style.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 3084b90..807b973 100644 --- a/style.css +++ b/style.css @@ -328,7 +328,7 @@ table.variations td { .site-branding h1 a { font-weight: 400; padding: .857em 4.387em; - visibility: hidden; + color: transparent; display: inline-block; } .woocommerce-active .site-header .site-branding h1, .woocommerce-active .site-header .site-logo-anchor h1, .woocommerce-active .site-header .site-logo-link h1{ @@ -339,7 +339,8 @@ table.variations td { transition: transform, ease, 0.2s; display: block; } .site-branding a:hover { - -webkit-transform: translateY(-6px); } + -webkit-transform: translateY(-6px); + color: transparent;} .site-branding .site-description { display: none; font-style: italic; -- 2.17.1