From d561c2f34fe0d3877f2867397c17c23748d443d4 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 20 Feb 2019 11:42:39 -0500 Subject: [PATCH] adding copyright to the footer --- footer.php | 13 ++++++++++++- style.css | 19 +++++++++++++++++-- 2 files changed, 29 insertions(+), 3 deletions(-) diff --git a/footer.php b/footer.php index af09974..b5b4780 100644 --- a/footer.php +++ b/footer.php @@ -31,7 +31,18 @@ - + +
diff --git a/style.css b/style.css index 501da51..249a9c6 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: N Point Strategies Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.3 +Version: 1.0.4 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax @@ -2600,4 +2600,19 @@ body.home #header-band.footer-band{ .parallax-section:first-child { background-attachment: scroll !important; } -} \ No newline at end of file +} +#copyright{ + text-align: center; + padding: 3px 0; + max-width: 600px; + margin: 0 auto; + background-color: white; + color: #15203d; +} +#copyright span, a{ + color: #15203d; + font-size: 14px; +} +#copyright span.bullet{ + padding: 0 3px; +} -- 2.17.1