Okay
  Public Ticket #1146740
unique logo on one page
Closed

Comments

  •  4
    A started the conversation

    Hello Tahir / Salient-

    I'm looking if you have a tip for how to make one page with a unique logo on it. My client wants all the pages to have the same logo, but a different logo style on the home page. Thoughts/help?

    Thanks


  •  9,022
    Tahir replied

    Hey Again,
    This would require custom JS code to inject the logo url for that particular page. Let me know the page url the Wp admin login details and the logo url so i can write up the code for you.
    Be.st


    ThemeNectar Support Team 

  •   A replied privately
  •  9,022
    Tahir replied

    Hey Again,

    Place this JS script in the Google Analytics Section in Salient Theme Options Panel  

    <script type='text/javascript'>
    jQuery( document ).ready(function() {
      jQuery('.page-id-203 #logo img').attr('src','https://www.ivybaldwindance.org/newsite/wp-content/uploads/2017/04/IBDlogo.png');
    });
    </script>



    Thanks


    ThemeNectar Support Team