feat: Simplify footer branding by removing company logo display and updating tagline with a link

This commit is contained in:
Matt Batchelder
2026-02-22 12:13:50 -05:00
parent 71d63b67f2
commit 8d05262631
2 changed files with 6 additions and 26 deletions

View File

@@ -723,16 +723,13 @@ function oribi_render_site_footer() {
<div class="container">
<div class="footer-inner">
<div class="footer-brand">
<div class="logo-with-company">
<?php if ( has_custom_logo() ) : ?>
<?php the_custom_logo(); ?>
<?php else : ?>
<div class="logo-text"><strong>Oribi</strong> Tech</div>
<?php endif; ?>
<div class="company-name">Oribi Technology Services</div>
</div>
<?php if ( has_custom_logo() ) : ?>
<?php the_custom_logo(); ?>
<?php else : ?>
<div class="logo-text"><strong>Oribi</strong> Tech</div>
<?php endif; ?>
<p class="footer-tagline">Digital signage solutions that communicate, engage, and grow your business.</p>
<p class="footer-location">An Oribi Technology Services Company</p>
<p class="footer-location">An <a href="https://oribi-tech.com">Oribi Technology Services</a> Company</p>
</div>
<div class="footer-links">
<div class="footer-col">