Logo change

1 reply·opened Jul 24, 2016
G
ghonu9972Jul 24, 2016

Hello, I want to change logo in mobile view but it is not working so can I know how is it change?

S
SemiColonWebSTAFFJul 25, 2016

Hello,

You can simply add the data-mobile-logo="your-alternate-logo.png" Attribute to the #logo > a Element. Example:

<div id="logo">
	<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png" data-mobile-logo="demos/media-agency/images/logo-media.png"><img src="images/logo.png" alt="Canvas Logo"></a>
	<a href="index.html" class="retina-logo" data-dark-logo="images/logo-dark@2x.png" data-mobile-logo="demos/media-agency/images/logo-media@2x.png"><img src="images/logo@2x.png" alt="Canvas Logo"></a>
</div>

This will definitely work fine. 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