From 81500127c30569ff1e4821c1186dfaaa06b2ba90 Mon Sep 17 00:00:00 2001 From: Aadil Ayub Date: Thu, 13 Jun 2024 13:07:24 +0500 Subject: [PATCH] add links to footer --- assets/css/custom.css | 10 +++ patterns/footer.php | 144 +++++++++++++++++++----------------------- 2 files changed, 75 insertions(+), 79 deletions(-) diff --git a/assets/css/custom.css b/assets/css/custom.css index b56a4a6..261d882 100644 --- a/assets/css/custom.css +++ b/assets/css/custom.css @@ -49,6 +49,7 @@ ul.wp-block-navigation.mobile-header-nav li { height: 100% } +/* Removing default underline for most links */ .post-title a { text-decoration: none; } @@ -56,4 +57,13 @@ ul.wp-block-navigation.mobile-header-nav li { .post-title a:hover, .post-title a:focus { text-decoration: underline; +} + +.site-footer a { + text-decoration: none; +} + +.site-footer a:hover, +.site-footer a:focus { + text-decoration: underline; } \ No newline at end of file diff --git a/patterns/footer.php b/patterns/footer.php index 15fa337..8932cff 100644 --- a/patterns/footer.php +++ b/patterns/footer.php @@ -1,5 +1,4 @@ + +
  • Contact
  • + + + + \ No newline at end of file