• I’ve got my header set up so that the logo is aligned left and the social media icons are aligned right. Perfect.

    I’d like to add address and phone number just below the social media icons. I presume that area is only accessed via one of the php files. Can you tell me which file I need to edit to, to add this info? Yes, I have a child theme set up.

Viewing 1 replies (of 1 total)
  • Hello @anna,
    All the sections of wen-associate themes are handled via hooks. So if you want to customize your header then go to ‘inc/hook/core.php’ where you will see a social widget being pulled inside function wen_associate_site_branding(); something like this:
    <?php the_widget( 'WEN_Associate_Social_Widget' ); ?>
    At the end of this, put the address and phone number & it will get displayed at the front-end.
    I hope you have got some hints for this.
    Thanks,

Viewing 1 replies (of 1 total)
  • The topic ‘Accessing social media header area – right align’ is closed to new replies.