Update footer text color and remove copyright text

This commit is contained in:
Adolfo Reyna
2026-03-13 11:46:49 -04:00
parent e1f4370341
commit 3597ef9008

View File

@@ -6,7 +6,7 @@
<div class="logo-icon border-white text-white">W</div>
<span class="fs-4 fw-bold font-serif text-white">Wisdom for the Kingdom</span>
</div>
<p class="small text-muted mb-0 font-sans lh-lg pe-lg-5">
<p class="small text-light mb-0 font-sans lh-lg pe-lg-5 opacity-75">
A collection of biblical insights curated for the thoughtful leader. Seek truth, lead with grace,
and explore the ancient wisdom that powers modern impact.
</p>
@@ -43,11 +43,9 @@
</div>
</div>
<div class="pt-4 text-center text-md-start d-md-flex justify-content-between align-items-center"
style="border-top: 1px solid rgba(255,255,255,0.1);">
<p class="mb-0 small text-muted font-sans">&copy; <?php echo date('Y'); ?> <?php bloginfo('name'); ?>. All
rights reserved.</p>
<p class="mb-0 small text-muted font-sans mt-2 mt-md-0 d-none d-md-block">Designed with purpose.</p>
<div class="pt-4 text-center text-md-end" style="border-top: 1px solid rgba(255,255,255,0.1);">
<p class="mb-0 small text-light font-sans mt-2 mt-md-0 d-none d-md-block opacity-50">Designed with purpose.
</p>
</div>
</div><!-- .container -->
</footer><!-- #colophon -->