Hi There,
I am trying to remove the logo from a website. I have tried various code from other posts without much luck. I want the menu to stay at the top and the logo it going to be placed in the slider. Header set to ‘Logo center, Menu below’. I have managed to hide the logo and remove the header but I’m left with a gap of 90px.
This is the code I have so far:
.logo img { display: none; }
#header_main > .container { display: none; }
Hey Byrne!
I just loaded your web site and I see no logo.
Have you fixed the issue?
Thanks a lot
Regards,
Basilis
Hi There,
I think found a solution. I added:
.html_header_top.html_header_sticky.html_bottom_nav_header #main { padding-top: 50px !important; }
I haven’t looked at the tablet or mobile yet, I’ll get back to you if I need any help.
Thanks