Any quick CSS code I can use to hide the enfold logo on mobile?
Hi scoot247!
Please try adding !important rule as following
.logo {
display: none!important;
}
Regards,
Yigit
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
Hi!
Please try following code instead
.logo a { pointer-events: none !important; opacity: 0!important; }
Regards,
Yigit
Worked perfectly, thank you sir
Scott
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