logo changes not

2 replies·opened Jul 20, 2016
S
SemiColonWebSTAFFJul 22, 2016

Hello,

You can simply add the data-sticky-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-sticky-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-sticky-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.

K
karnowskiJul 25, 2016

awesome thanks works great !

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