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

    Any quick CSS code I can use to hide the enfold logo on mobile?

    #374843

    Hi scoot247!

    Please try adding !important rule as following

    .logo {
    display: none!important;
    }

    Regards,
    Yigit

    #377406

    Hi there,

    I had tried that and it removes the space where the logo was shown and cuts off part of the menu.

    Is there a way to have it keep the logo container in the header, but just not show the enfold logo?

    Thanks,
    Scott

    #377411

    Hi!

    Please try following code instead

    .logo a { pointer-events: none !important; opacity: 0!important; }

    Regards,
    Yigit

    #377435

    Worked perfectly, thank you sir

    Scott

    #377438

    Hi!

    You are welcome, glad we could help :)
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Used .logo { display: none; } and ENFOLD logo still showing on mobile’ is closed to new replies.