New Landing How can we help? Themeforest Theme Support Clique Hide header and footer

Viewing 10 posts - 1 through 10 (of 10 total)
  • Posted in: Clique
  • #43415
    DenisKornilov
    Member
    Post count: 67

    Hi again!

    I want to make a custom start page without nothing.
    Could provide some custom CSS to hide header and footer?

    #44027
    Melanie – SUPPORT
    Member
    Post count: 11032
    .page-id-78 #header-section, .page-id-78 #sticky-footer {
    display: none;
    }

    Replace 78 by the page ID you’re using it on.

    Cheers!

    #124640
    fixers
    Member
    Post count: 253

    Hi

    This is working on the header for me but is not working on the footer, any tips?

    #124674
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Please use this custom css code:-

    .page-id-78 #sticky-footer { 
    display: none !important;
    }

    You need to change 78 with your page id.

    Thanks
    Mohammad

    #143262
    DenisKornilov
    Member
    Post count: 67
    This reply has been marked as private.
    #143279
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I dont see any content at the page http://deniskornilov.com/main/.
    Thanks
    Mohammad

    #143520
    DenisKornilov
    Member
    Post count: 67
    This reply has been marked as private.
    #143565
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    If you apply just the first css below it will move to the top but creates the gap below, I think it’s to the proportions of the images in rev slider that should be taller.

    
    #main-container {
    padding-top: 0px!important;
    }

    this css below will increase the footer height and vertical align the social icons, to fill the gap below the slider.

    
    .container {
    top: 15px;
    }
    
    #sticky-footer {
    min-height: 72px!important;
    }

    -Rui

    #143604
    DenisKornilov
    Member
    Post count: 67

    Hi Rui,

    Yes, it’s because of the proportions of slider.
    I have to decrease it’s height by 72px to avoid appearing of vertical scrolling .
    Now I can make it back to 1200px and all be fine.

    The first css works fine but I added the page ID to make it work only on one page.

    Thanks a lot!

    #143670
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that your issue resolved. Thanks Rui.
    Thanks
    Mohammad

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

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register