</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 © <?php echo date('Y');?> </span>
+ <span class="bullet"> • </span>
+ <span> Produced by <a target="_blank" href="http://www.gaslightmedia.com">Gaslight Media</a></span>
+ <span class="bullet"> • </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>
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
.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;
+}