add two logo in the menu

1 reply·opened Mar 12, 2019
A
afifoshMar 12, 2019

I am looking to add two logo in the same line as inline block display but its not working well

S
SemiColonWebSTAFFMar 18, 2019

Hello,

Please consider using the following code:

<div id="logo">
	<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img class="d-inline-block" src="images/logo.png" alt="Canvas Logo"><img class="d-inline-block" src="images/logo-resto.png" alt=""></a>
	<a href="index.html" class="retina-logo" data-dark-logo="images/logo-dark@2x.png"><img class="d-inline-block" src="images/logo@2x.png" alt="Canvas Logo"><img class="d-inline-block" src="images/logo-resto@2x.png" alt=""></a>
</div>

Additionally, also delete the following code in the js/functions.js File:

SEMICOLON.header.logo();

This should work fine but this is not supported on Header Scheme Switcher as this functionality is not a Part of the Offered Features of the Template.

Hope this Helps!

Let us know if we can help you with anything else or if you find any further issues.

Have the same question, or something new?

Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.

Reply on the dashboard