Archived topic
removing logo from header single page
3 replies · Started by Ruth on December 20, 2022
Viewing posts 1–4 of 4
Is it possible to remove the header logo from just one page on all devices?
Hi there,
if you're happy with CSS to hide it, then add this CSS:
.page-id-5165 .site-logo img {
display: none !important;
}
Done - Thanks
You're welcome
This archived topic is closed to new replies.