Okay
  Public Ticket #508138
Two logos in navigation bar?
Closed

Comments

  • Puifon started the conversation

    Is it possible to include another logo in the navigation bar?

    I would like to have a second logo next to the 'war' one on my site, also have it link to another website

    How could i do this?

  • Puifon replied

    i managed to do this please close

  •  1,809
    Support replied

    Would like to share your solution? The ticket is public there may be other users who would want that.

    thanks

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy

  • Puifon replied

    Hi heres what I did:

    Add below to CSS

    #logo a { display: inline-block; }

    in menu_section php add another image link after the first

    <div id=\"logo\">
    <a class=\"external\" style=\"background:url()\" href=\"http://www.war-network.com\">
    <img src=\"http://www.war-network.com/wp-content/uploads/2014/11/logoheadersmallwhite2.png\">

    </a><a href=\"SECOND WEBSITE LINK FOR LOGO\" target=\"_blank\"><img src=\"LOGO IMAGE URL\"></a>
    </div>
  •  1,809
    Support replied

    Thank you

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy