Hey Enfold,
Want to remove the my logo from the site, and not have the Enfold Logo there. I tried .logo { display: none; } it does work on desktop and tablet, but on a smartphone (iPhone here) the Enfold logo is there for some reason., any ideas?
Thanks,
Hi Marssolutions!
Please add following code to Quick CSS instead
.logo img { display: none !important; }
Regards,
Yigit
Thank you Yigit. Worked a treat. The force in strong in you.