Tagged: landing page, logo
Hi,
is it possible to hide the logo (top-left) just on the landing page and display it on the others as usual?
Many greetings
Andy
Hey Andy!
Try adding this code to the Quick CSS:
.page-id-xxx .logo.bg-logo{
display: none;
}
Change “xxx” for the Page ID of your landing page.
Best regards,
Josue