Okay
  Public Ticket #311164
No footer logo fot the sticky navigation
Closed

Comments

  • I started the conversation

    Hi,

    thanks for providing your nice theme!

    Here is my issue: You are using the so called "footer logo" not only for the footer but also for the sticky navigation. I want to change this. I like the sticky navigation to use the regulare logo.

    Where can I change this option, which php-file has to be edited?

    Thank you, Ingo

  •  93
    djwd replied

    Hi there,

    you can remove this part of code on line 60 of small-menu.js

    var footerLogo = $('#footer-logo img').attr('src');
    $("#nav-clone .mgm-logo img").attr("src",footerLogo);

    Regards
    djwd

    Regards
    djwd

  • I replied

    Works fine, thank you!