Remove logo header in one page
-
AnonymousInactive
Hi
In the custom fields, I haven’t found how I could remove the logo of the header in only one page. Is there some other way (CSS) to do so ?
PS : in the CSS field of the page, I have tried to add : .logo { display: none; }
but with no result…
AnonymousInactive
Site informations following
Hi,
You can use this CSS code to remove the logo
div.site-logo {
display: none!important;
}
Regards
AnonymousInactive
Something is going wrong. When I type your CSS, I have a warning icon
We tested this code on our site and it works perfect.
AnonymousInactive
I have removed “div”
.site-logo {
display: none!important;
}
now it works, but I still have a warning icon beside the 2nd line. Do I keep it this way ?
Yes, you can keep it without worries.
AnonymousInactive
The topic ‘Remove logo header in one page’ is closed to new replies.