Hi There,
I’m trying to hide the logo and the logo container on the home page only. I tried using the code below, but it hides the logo and container on all pages.
.page-id-33 .logo,
#header.av_logo_center .av-logo-container,
#header.av_top_nav_header .av-logo-container,
#header.av_bottom_nav_header .av-logo-container,
#main .av-logo-container {
display: none!important;
}
Cheers Jane
I figured it out.
.page-id-33 .container.av-logo-container {
display: none!important;
}
.page-id-33 .html_header_top.html_header_sticky #top #wrap_all #main {
padding-top: 50px !important;
}
Unfortunately, the code above didn’t work to remove the logo container from the homepage. Could someone please help me with this?
Hi Jane,
Your site is in construction mode. Please include login details in private, so that we can view it.
Best regards,
Rikard
Hi Rikard,
I managed to fix it. I had added an extra bracket in the code.