Archived topic
Pixel > A logo in the upper right corner appears when you minimize the window
3 replies · Started by Gael on May 9, 2020
Viewing posts 1–4 of 4
Hello !
I'm using the Pixel Site library.
In the frontpage there is still a logo in the upper right when you minimize the window.
The frontpage is a page
And i desactivate elements : top bar, header, nav bar, feature image.
I'm using a Element to add a Header to the Frontpage.
And i desactivate also the logo in the element section.
For the other pages, i need the logo and the nav bar.
Thank's for your reply !
Hi there,
try this CSS:
@media (max-width: 768px) {
.home .mobile-header-logo {
display: none !important;
}
}
Thank's !
You're welcome
This archived topic is closed to new replies.