adding copyright to the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Feb 2019 16:42:39 +0000 (11:42 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Wed, 20 Feb 2019 16:42:39 +0000 (11:42 -0500)
footer.php
style.css

index af09974..b5b4780 100644 (file)
                                
                        </div>
                </div>
-       </footer><!-- #colophon -->
+    </footer><!-- #colophon -->
+    <div id="copyright">
+        <div class="grid-row">
+            <div class="grid-small-12 grid-medium-12 grid-large-12 text-center medium-text-right grid-columns opensearchserver.ignore">
+                <span>Copyright &copy; <?php echo date('Y');?> </span>
+                <span class="bullet"> &#8226; </span>
+                <span> Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></span>
+                <span class="bullet"> &#8226; </span>
+                <span> All Rights Reserved</span>
+            </div>
+        </div>
+    </div>
 </div><!-- #page -->
 
 <div id="go-top"><a href="#page"><i class="fa fa-angle-up"></i></a></div>
index 501da51..249a9c6 100644 (file)
--- 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;
+}