Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #474327

    Hi,
    I configured center logo, menu below.
    I would like to hide the logo and the entire row.

    How can I do that?

    #474331

    Shalom!

    Please add following code to Quick CSS in Enfold theme options under General Styling tab

    #header_main>.container {
      display: none;
    }
    .html_header_top.html_header_topbar_active.html_header_sticky.html_bottom_nav_header #top #main {
      padding-top: 67px;
    }

    Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field

    Regards,
    Yigit

    #474338

    Lovely!
    Thank you so much!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Remove centered logo row’ is closed to new replies.