For accessing easily, the theme, site or brand logo markup block is well commented with the text "Brand Logo". Simply search for it in your code editor. This will take you to a block similar to the below example:
<!-- Brand Logo-->
<div class="brand-logo">
<a href="https://08-temp-fastland.netlify.app/">
<!-- light version logo (logo must be black)-->
<img src="image/png/logo-dark.png" alt="" class="light-version-logo">
<!-- Dark version logo (logo must be White)-->
<img src="image/png/logo-white.png" alt="" class="dark-version-logo">
</a>
</div>
The light-version-logo
is for light mode and The dark-version-logo
is for dark mode.
Replace the src
attribute path according to your brand/company logos.