Hi,
Is it possible to add a second logo in the header?
Hi horsevet!
Try this out, https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/.
Cheers!
Elliott
Can you explain how to add the code to the function.php file?
Hi!
Navigate to Dashboard > Appearance > Editor. Here you can edit the theme template files. Find the one that says “functions.php” and then add the code to the bottom of the file and save.
Regards,
Elliott
Thank you. I can’t seem to figure out how to make the image a clickable link. Can you help?
Hey!
Replace the code with this:
function after_head_image_func(){
echo "<div class='custom_content'><a href='_LINK_HERE_'><img src='_URL_'></a></div>";
}
add_action('ava_main_header', 'after_head_image_func');
Regards,
Ismael
Sorry, replace the code that I put in the functions.php file with this? Where in your code to I put the image url and where do I put the website URL?
Hey!
yes, replace the other code with the one Ismael provided you. Put your URL into the code where it says “LINK HERE” and the image URL where it says “URL”.
Best regards,
Andy