Tagged: front page, header, homepage, logo, mobile, mobile device, smartphone, transparent
Hello,
i have some issues with the display of the header on mobile devices. My logo is to long and I don’t want to show it in the header of the start page. Also the header on the start page should be transparent. On the other pages the header should remain as it is now. Only the logo should be smaller and/or more left.
How can I realize this?
Thanks a lot for the help.
Best regards
Sophia
Hey Sophia,
Thank you for the inquiry.
You can hide the logo in the home or front page with this css code.
.home .logo {
display: none;
}
To make the header of the front page transparent, try to edit the page and set the Layout > Header visibility and transparency option accordingly.
Best regards,
Ismael