Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1283595

    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

    #1283596

    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;
    }

    #1283784

    Unfortunately, the code above didn’t work to remove the logo container from the homepage. Could someone please help me with this?

    #1284046

    Hi Jane,

    Your site is in construction mode. Please include login details in private, so that we can view it.

    Best regards,
    Rikard

    #1284687

    Hi Rikard,
    I managed to fix it. I had added an extra bracket in the code.

    #1284690

    Hi,

    Glad you figured it out and thanks for sharing your solution!

    Let us know if you have any other questions and enjoy the rest of your day :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Hide logo and logo container home page only’ is closed to new replies.