Hello everyone
can I set by css that the logo is only displayed mobile?
not on the desktop and not on the tablet
only mobile (phone)
Thank you and nice greetings Franz
Hallo Franz,
Please try this in Quick CSS:
@media only screen and (min-width: 768px) {
span.logo {
display: none;
}
}
Best regards,
Rikard
Hello Rikard
Thank you very much
now it works well
this request can be closed by one
Beautiful greetings
Franz