Hey, I finally found a solution !
I added :
<h1 class="navbar-brand align-self-start <?php czr_fn_echo( 'element_class' ) ?>" <?php czr_fn_echo('element_attributes') ?>>
<a class="navbar-brand-sitename <?php czr_fn_echo( 'title_class' ) ?>" href="<?php _e( esc_url( home_url( '/' ) ) ) ?>" title="<?php esc_attr_e( get_bloginfo( 'name' ) ) ?> | <?php esc_attr_e( get_bloginfo( 'description' ) ) ?>">
<span style="font-size:.35em;margin-left:.99em;font-weight:600"><?php esc_attr_e( get_bloginfo( 'name' ) ) ?></span>
</a>
</h1>
Into the logo_wrapper.php
I think it’s gonna get deleted when there will be an update, but for the moment it work ! 😀
-
This reply was modified 8 years, 10 months ago by martind59.
-
This reply was modified 8 years, 10 months ago by martind59.
Hi Rocco,
Thanks for your answer 🙂
So, is there any way to make it work without the snippet ?