Tagged: logo
Hi, how can I hide the logo only on the homepage? Es. http://www.gruppolepanto.it here I have to hide the first logo image,not the one in the body
Hi Nicola!
Try adding this to your custom CSS.
.home .logo { display: none !important; }
Best regards,
Elliott