From d905af8ec35f7c375d502e5cf17fad0343afe401 Mon Sep 17 00:00:00 2001 From: ThemeGrill Date: Wed, 22 Apr 2020 12:39:46 +0545 Subject: [PATCH] Tweak - Remove vertical line on the blog and latest news section #66 --- sass/theme/blog/_blog.scss | 7 +++++++ style.css | 8 ++++++++ 2 files changed, 15 insertions(+) diff --git a/sass/theme/blog/_blog.scss b/sass/theme/blog/_blog.scss index 676fe1b..986016b 100644 --- a/sass/theme/blog/_blog.scss +++ b/sass/theme/blog/_blog.scss @@ -112,6 +112,13 @@ margin-left: 0px; padding-left: 0px; } + span.comments-link span { + color: #787878; + border-left: none; + margin: 0; + font-size: 11px; + padding-left: 0; + } } article { diff --git a/style.css b/style.css index 2b510a3..b3cecc6 100644 --- a/style.css +++ b/style.css @@ -3393,6 +3393,14 @@ body { padding-left: 0px; } +.entry-meta span.comments-link span { + color: #787878; + border-left: none; + margin: 0; + font-size: 11px; + padding-left: 0; +} + article { border-top: 1px solid #e4e4e4; margin-top: 40px;