Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1145751

    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

    #1145773

    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

    #1145827

    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 :)

    #1145905

    Hi,

    Please try using the code as following

    .home .logo, .responsive .logo { display: none!important; }

    Best regards,
    Yigit

    #1146076

    Hi Yigit,
    perfect, thank you very much!!!

    Many regards
    rixi

    #1146078

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘different Logo in mobile version’ is closed to new replies.