Update logo dimensions and change logo text to 'OTS Signs' for improved branding

This commit is contained in:
Matt Batchelder
2026-02-21 21:48:45 -05:00
parent e90e644b62
commit 82d6ecba1e
2 changed files with 5 additions and 5 deletions

View File

@@ -694,9 +694,8 @@ function oribi_render_site_header() {
<div class="site-logo">
<?php if ( $has_logo ) : ?>
<?php the_custom_logo(); ?>
<?php else : ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo-text"><strong>Oribi</strong> Tech</a>
<?php endif; ?>
<a href="<?php echo esc_url( home_url( '/' ) ); ?>" class="logo-text"><strong>OTS</strong> Signs</a>
</div>
<button class="nav-toggle" id="nav-toggle" aria-expanded="false" aria-label="<?php esc_attr_e( 'Toggle navigation', 'ots-theme' ); ?>">
<span></span><span></span><span></span>