Logo Settings

The Logo Container can be found in the Header Container – #header

Note Make sure you also add the Dark Logo which provides even more intuitiveness when you switch between Light/Dark Scheme. However, it is optional.

Code Example

<div id="logo">
	<a href="index.html" class="standard-logo" data-dark-logo="images/logo-dark.png"><img src="images/logo.png" alt="Canvas Logo"></a>
</div>

Last Modified: June 2, 2020