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.
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