From: Anthony Talarico Date: Wed, 31 Oct 2018 13:27:45 +0000 (-0400) Subject: removing underline from link on the front page X-Git-Tag: 1.2.40^2~6 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=fa3273372609b4986ce3d1f5036d5221f88d191a;p=WP-Themes%2Fmountpleasantwow.git removing underline from link on the front page --- diff --git a/css/app.css b/css/app.css index 6d0369e..4772725 100644 --- a/css/app.css +++ b/css/app.css @@ -8255,8 +8255,6 @@ a#calendar-link { font-size: 21px; line-height: 1.1; margin-top: 15px; } - #epicenter-excerpt h3 a { - text-decoration: underline; } .search-top #searchform { text-align: left; diff --git a/scss/_sidebar.scss b/scss/_sidebar.scss index 94a551d..6e6673e 100644 --- a/scss/_sidebar.scss +++ b/scss/_sidebar.scss @@ -244,7 +244,7 @@ a#calendar-link { line-height: 1.1; margin-top: 15px; a{ - text-decoration: underline; + // text-decoration: underline; } } } \ No newline at end of file