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!
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