Site logo

Archived topic

Disable Logo on Mobile

1 reply · Started by Danny on March 27, 2020

Viewing posts 1–2 of 2

Hi, I created a new page. The partial logo shows up on a new page. How can I remove the logo? I tried to disable with the following css:
@media (max-width: 768px) {
body.page-id-7843 #mobile-header {
display: none !important;
}
}

Sample Photo

This archived topic is closed to new replies.