Tagged: logo
Hi!
For a client I am looking for the possibility to not display any logo in the header. Removing their current logo makes the Enfold-logo show, and I’d prefer not to have any logo there at all. How can I make this happen?
Thanks!
Welmoed
Hey Welmoed!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.logo { display: none !important; }
Cheers!
Yigit
Thanks Yigit!