Integrated SVG logo in header and footer
This commit is contained in:
@@ -19,7 +19,8 @@
|
||||
<nav class="navbar navbar-expand-lg navbar-light container py-3">
|
||||
<a href="<?php echo esc_url(home_url('/')); ?>"
|
||||
class="navbar-brand fw-bold fs-4 d-flex align-items-center">
|
||||
<span class="text-primary me-2">W</span>
|
||||
<img src="<?php echo esc_url(get_template_directory_uri() . '/assets/images/logo.svg'); ?>"
|
||||
alt="<?php bloginfo('name'); ?>" class="me-2" style="height: 40px; width: auto;">
|
||||
<span class="d-none d-sm-inline">Wisdom from the Kingdom</span>
|
||||
</a>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user