Best Premium and Free WordPress Themes › Forums › Education Base Pro › Once again: Display Logo AND Title / Tagline › Reply To: Once again: Display Logo AND Title / Tagline
Oh good, thank you.
/hooks/header.php
Begining line 613
ending line 619
I can see the code for this header function.
Can you please identify for me the element I need to edit to show the logo above the title with the tag line visible under that. I will be centering all these including the menu navigation.
Should I put full url path to my logo inside ‘the_custom_logo’ ?
=====
/*
if ( ‘logo-only’ == $education_base_customizer_all_values[‘education-base-header-id-display-opt’] && function_exists( ‘the_custom_logo’ ) ):
if ( function_exists( ‘the_custom_logo’ ) ) :
the_custom_logo();
else :
*/