hello together
I create a new page with enfold
I have tried not to display the logo mobile
but to replace the logo with text
have changed the function.php, that fits.
text is displayed mobile.
format text also fits
my problem
the logo enfold is displayed mobile anyway
see printscreen link below
thanks
Kind regards
Franz
Hi Franz,
Please try the following in Quick CSS under Enfold->General Styling:
@media only screen and (max-width: 767px) {
span.logo img {
display: none;
}
}
Best regards,
Rikard
Hello Rikard
Unfortunately does not work
The logo is still visible
thanks
Kind regards
Franz
Hi,
Please try this CSS instead:
@media only screen and (max-width: 767px) {
span.logo img {
display: none !important;
}
}
Best regards,
Rikard
Thank you Rikard
now it fits great
you can close this request
Kind regards
Franz
Hi,
Great, I’m glad that you got it working, and thanks for the update. I’ll close this thread for now then, please open a new thread if you should have any further questions or problems.
Best regards,
Rikard