Is there a way to remove the logo container from all the pages? I am trying to use the glossy transparency in the header with the centered menu, without the space for the logo.
Hey Shane,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.container.av-logo-container {
display: none;
}
Best regards,
Yigit
This worked, thanks!