Home Forums Basel support forum Hide Header

Hide Header

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #174099

    colinsquireboone
    Participant

    I would like to hide the header entirely. No menus, no icons, no logos. How can I do this?

    #174194

    Hello,

    You can choose the Slider Revolution Blank template and the header and footer would disappear. If you do not want to hide the footer, provide your site URL so that we could provide you with custom CSS. If your site is under maintenance, please provide your site admin access in the private area

    Best Regards

    #174322

    colinsquireboone
    Participant

    My site is live; it is http://www.rockcrystalteasugar.com

    The logo is all that is in the header, I would like to hide the header entirely though.

    #174365

    Hello,

    Please add this code to the Theme Settings > Custom CSS > Global:

    body .basel-header-overlap .main-header:not(.header-split) {
    display:none;
    }

    Best Regards

    #174371

    colinsquireboone
    Participant

    I added the code, and it did not change anything.

    I just want to be able to remove the logo at the top. I feel that there should be a simple solution for this. If i remove my logo file in the theme settings, it replaces it with the Basel & Co logo.

    #174406

    Hello,

    Please replace the code above with this code to the Theme Settings > Custom CSS > Global:

    .basel-header-overlap .main-header:not(.header-split) {
    display:none;
    }

    Best Regards

    #174407

    colinsquireboone
    Participant

    That didn’t do anything either.

    #174408

    colinsquireboone
    Participant

    Wait hold up, it’s working now. Thank you!

    #174410

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 9 posts - 1 through 9 (of 9 total)

The topic ‘Hide Header’ is closed to new replies.