Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #362410

    Hi,
    Is it possible to add a second logo in the header?

    #363008

    Hi horsevet!

    Try this out, https://kriesi.at/support/topic/adding-468-x-60-banner-to-header/.

    Cheers!
    Elliott

    #377172

    Can you explain how to add the code to the function.php file?

    #377511

    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

    #377656

    Thank you. I can’t seem to figure out how to make the image a clickable link. Can you help?

    #377920

    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

    #378077

    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?

    #378627

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.