This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Jack Richardson
I would like to add my contact information to the header of my site below the login/logout/account options. How can i add this to my blanco theme. I would prefer not to setup a child theme if possible for various reasons.
I looked through the forums but the only response i saw was to add it in using a widget option to put it into header that i cant seem to find or do not have.
THANK YOU FOR YOUR HELP!!
Hello,
You have to edit the file header.php and add your content after the code in line 101:
<?php if(etheme_get_option('top_links')): ?>
<div id="links">
<?php get_template_part( 'et-links' ); ?>
</div>
<?php endif; ?>
Best regards,
Jack Richardson.
You must be logged in to reply to this topic.Log in/Sign up