Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #667811

    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.

    #668145

    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

    #668299

    This worked, thanks!

    #668488

    Hi,

    You are welcome! Let us know if you have any other questions or issues :)

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Remving logo container from all pages’ is closed to new replies.