feat: Enhance footer layout with logo section and company name display
This commit is contained in:
@@ -723,11 +723,16 @@ function oribi_render_site_footer() {
|
||||
<div class="container">
|
||||
<div class="footer-inner">
|
||||
<div class="footer-brand">
|
||||
<?php if ( has_custom_logo() ) : ?>
|
||||
<?php the_custom_logo(); ?>
|
||||
<?php else : ?>
|
||||
<div class="logo-text"><strong>Oribi</strong> Tech</div>
|
||||
<?php endif; ?>
|
||||
<div class="footer-logo-section">
|
||||
<?php if ( has_custom_logo() ) : ?>
|
||||
<?php the_custom_logo(); ?>
|
||||
<?php else : ?>
|
||||
<div class="logo-text"><strong>Oribi</strong> Tech</div>
|
||||
<?php endif; ?>
|
||||
<div class="footer-company-name">
|
||||
<div class="company-brand"><strong>Oribi</strong> Tech</div>
|
||||
</div>
|
||||
</div>
|
||||
<p class="footer-tagline">Digital signage solutions that communicate, engage, and grow your business.</p>
|
||||
<p class="footer-location">An <a href="https://oribi-tech.com">Oribi Technology Services</a> Company</p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user