Can I request a feature that I can choose naked for mobile header? Also It should have midnight transitions like the desktop header.
I’ve searched around then found this custom CSS but there’s a bug:
@media only screen and (max-width: 600px) {
.home #mobile-header {
background-color: transparent;
display: block;
position: absolute;
border: none;
}
.home .logo-alt-version #mobile-logo img.alt-logo {
display: inline-block!important;
}
.home #mobile-header a,button {
color: #fff;
}
}
1.The menu icon & logo is black although the ‘a’ color is set to #fff.
2. There’s a white field on top of the mobile page. Can I remove it to make the header thinner? (it’s there by default)
Thank you!
Attachments:
You must be
logged in to view attached files.