Hide logo from homepage only

Hi!

Is there a way to hide my logo on just the homepage, but have it appear everywhere else?

https://preview.webflow.com/preview/blurred-6c2a09?preview=f506d84d61127f1237c0bb04855e2102

Thank you


Here is my public share link: LINK
(how to access public share link)

Hi @Allix_Hannah,

I would create another navbar symbol without the logo.
If you right-click on your actual navbar symbol you can select unlink from symbol and then delete the logo and create a new symbol.

Hope this helps

L

Or you could paste this in Home Page Settings > Header Code:

<style>
.blurred-logo {
    display: none;
}
</style>
1 Like

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.