Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #929975

    While I’m sure I can’t be the first to have asked, I’ve not found a useful answer… I need to change the header height for a single page, the home page. Essentially, I’m using the same header for multiple pages. However, for the homepage alone I wanted to remove the logo in the header, and have done so successfully with this bit of code:
    .home .logo { display: none!important; }

    … but the space for the logo remains.

    If I adjust the header height in Enfold’s options to a custom 45px, all is fine on the home page, however this leaves too little space on other pages for the logo. Any assistance is appreciated.

    • This topic was modified 6 years, 8 months ago by dlvennie.
    #930353

    Hey dlvennie,

    Do not adjust the header height in the theme options and just add this code to your Quick css:

    
    .home #header_main .container.av-logo-container {
      display: none;
    }
    

    If you need further assistance please let us know.
    Best regards,
    Victoria

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.