• Hero version 1.5.17 by manishq
    Blog: http://www.kadiahq.co.uk

    I would like to add some social media buttons to replace the red “like us on facebook” button. This button currently sits in the welcome container. I suspect I am going to need to do some code surgery here, but I am not sure where to start.

    Can anyone suggest how I would start this?

    Thank you

Viewing 1 replies (of 1 total)
  • It’s homepage so,
    check in your theme folder or via WP-admin panel>appearance>editor for home.php or index.php or page.php;
    there should be

    <!--welcome-->
    <div class="welcome_container"><hr />
    <div class="two_third welcome-box">
    <h1>Welcome to the home of Kadia - Bournemouth Acoustic Folk Indie Band</h1></div>
    <div class="one_third last">
    <a class="button large" href="http://www.facebook.com/kadiaband">Like us on Facebook</a>
    </div>
    <hr />
    </div><!--welcome end-->

    The code might look different in your php file, but the welcome div should be the same. Your FB link is in there – replace <a>..Facebook.</a> content with your own code.
    This is my suggestion.
    (if it’s your parent theme after updatng your theme version, you will overwrite php file and lose your changes and should do this again).

Viewing 1 replies (of 1 total)
  • The topic ‘HERO template – Amendment to "Welcome Container"’ is closed to new replies.