From bbc86822fbc0763f96cb17c12dd91b293beac2f6 Mon Sep 17 00:00:00 2001 From: Vicky Steeves Date: Wed, 19 Jul 2017 22:19:16 +0000 Subject: [PATCH] removed underline from header link --- themes/custom/assets/css/custom.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/themes/custom/assets/css/custom.css b/themes/custom/assets/css/custom.css index b9277e9..da7fee2 100644 --- a/themes/custom/assets/css/custom.css +++ b/themes/custom/assets/css/custom.css @@ -240,4 +240,7 @@ fieldset[disabled] .btn-default.focus { .post-list .list-unstyled > .post-list-item > h2 > a { text-decoration:none; } - \ No newline at end of file + +.blog-title h1 a { + text-decoration: none; +} \ No newline at end of file