Hello together
one question
when I install Enfold, the logo appears in the horizontal view, but I want to hide it
How to hide the logo horizontally with CSS code
Thanks in advance
Friendly greetings
Franz
Hallo Franz,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
span.logo {
display: none;
}
}
Best regards,
Rikard
Hallo Rikard
Vielen herzlichen Dank
You can close this request.
friendly greetings
Franz
Hi,
If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon