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

    Hi
    From this post: https://kriesi.at/support/topic/hide-the-logo-only-on-the-fronthome-page/#post-257289

    How can we hide the logo on a home page desktop device but show on home page mobile device.

    Appriciate your help, Mark

    #904855

    Hey mawebdesign,
    I’m going to assume that the code from the post worked for you, but want to show the logo on mobile only. So please try this:

    @media only screen and (min-width: 767px) { 
    .home .logo { display: none!important; }
    }

    This will also hide on tablets, let us know if you wish to show on tablets.

    Best regards,
    Mike

    #904878

    Hey
    Thank you for this, Yes we would like to show on tablets? Please advise

    All the best
    mark

    #904917

    Hi,
    Please try:

    @media only screen and (min-width: 1023px) { 
    .home .logo { display: none!important; }
    }

    Best regards,
    Mike

    #904926

    Thanks for your help Mike

    #905289

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide logo on home page desktop device’ is closed to new replies.