Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #227895

    Hello again, how can I put a logo image in the socket (besides copyright) or/and in the small header at the top (instead of social media)
    both with links to an external url
    thanks in advanced!

    #227990

    Hey ftt123!

    You edit footer.php then look for this code:

    <footer class='container_wrap socket_color' id='socket' <?php avia_markup_helper(array('context' => 'footer')); ?>>
                        <div class='container'>
    

    Below, add something like this:

    <a href="LINK HERE" target="_blank" class="socket-logo"><img src="LOGO IMAGE HERE"></a>
    

    Cheers!
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘logo in the socket and in the small header at the top’ is closed to new replies.