Tagged: ,

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

    Hey McEwans!

    Thank you for using Enfold.

    Please use this on functions.php:

    add_filter('avf_logo_subtext', 'avf_add_logo');
    function avf_add_logo($sub)
    {
    	$logo2 = "<img src='IMAGE URI HERE' />";
    	$sub = "<strong class='logo-2'>{$logo2}</strong>";
    	return $sub;
    }

    Add the second logo on the $logo2 then add this on Quick CSS or custom.css to adjust the position of the second logo:

    strong.logo.bg-logo {
    width: 100%;
    }
    
    span.subtext {
    position: absolute;
    top: 10px;
    right: 0;
    }

    Cheers!
    Ismael

    #300558
    This reply has been marked as private.
    #300994

    Hi i’m still waiting for some support on this ticket. Please help soon….

    #301039

    Hi!

    Do you mind creating a temporary admin login and posting it here privately?

    Cheers!
    Yigit

    #301145
    This reply has been marked as private.
    #301163

    Hi!

    Please review your website now. I have removed the code from functions.php file and added second logo manually in helper-main-menu.php file. You can find custom CSS code i added in Quick CSS field

    Best regards,
    Yigit

    #301580

    Thank you so much Yigit. This worked perfectly.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Adding 2 logos to the menu bar’ is closed to new replies.