From: Anthony Talarico Date: Wed, 20 Feb 2019 16:42:39 +0000 (-0500) Subject: adding copyright to the footer X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=d561c2f34fe0d3877f2867397c17c23748d443d4;p=WP-Themes%2Fnpoint.git adding copyright to the footer --- 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; +}