Hi,
I would like to know if it is possible to have on the mobile version a different Logo than on the desktop version?
On desktop version, i took it out and put instead a white pix. On mobile i would like to have the original logo.
Is there perhaps some Code for qucik css?
Thanks for your help,
rixi
Hey rixi,
Please have a look at the following thread for a possible solution
If you need further assistance please let us know.
Best regards,
Victoria
Hi Victoria,
thank you :)
Now I just would like to delete the logo from the startpage on the mobile vision.
i put in this code
.home .logo { display: none!important; }
what works fine on the desktop but still shows the logo on the handy. Is there a code for the mobile version of the startpage too?
Many greetings
rixi :)
Hi,
Please try using the code as following
.home .logo, .responsive .logo { display: none!important; }
Best regards,
Yigit
Hi Yigit,
perfect, thank you very much!!!
Many regards
rixi