Modify Hestia_Header
-
Hello,
I want’t to add some HTML after the navbar logo. I googled and tried everything I found, but I am not able to modify the function which is located in inc/views/main/class-hestia.header.php
Here is the function I want to change in my child template:
/** * Do the navbar header. */ private function navbar_header() { ?> <div class="navbar-header"> <div class="title-logo-wrapper"> <a class="navbar-brand" href="<?php echo esc_url( home_url( '/' ) ); ?>" title="<?php bloginfo( 'name' ); ?>"> <?php echo $this->logo(); ?></a> </div> <?php if ( $this->is_full_screen_menu() ) { $this->navbar_sidebar(); } ?> <?php $this->render_navbar_toggle(); ?> </div> <?php }
I would appreciate the perfect hint ??
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Modify Hestia_Header’ is closed to new replies.