• Resolved ToneMGMT

    (@tonemgmt)


    I have put the following in my custom css, which got rid of one part of my header, but not all. Can you please advise on some further coding that will remove it altogether? I just want my revolution slider at the top, without header or menu:

    #menu-standard-navigation, .icon-feed, .navbar.resp {
      display: none !important;
    }

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi ToneMGMT. Is your Thank you a link to your site? If not, can you post a link? Thanks.

    Thread Starter ToneMGMT

    (@tonemgmt)

    Yes, that is a link to my site. Look forward to hearing from you bdbrown.

    Thanks

    Hi Tone,

    What you need to do is add this CSS

    .navbar-header {
      display: none !important;
    }

    This removes the header. You will also need to remove the offset, and to do that, add the code below also:

    .offset {
      display: none !important;
    }
    Thread Starter ToneMGMT

    (@tonemgmt)

    Many thanks, works like a charm innuvo. Resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom CSS to remove header?’ is closed to new replies.