Tagged: logo header
Hello,
i’m trying to get a very big logo in the header by using the header background.
It works but if i don’t use any logo, it shows the Enfold logo (i don’t want logo as my logo is in the background)
How can i remove the enfold logo when no logo is chosen ?
Thanks
Hey frvill!
Add this on Quick CSS to remove the logo:
.logo.bg-logo {
display: none;
}
Cheers!
Ismael
Hello,
so easy, thanks