This topic has 4 replies, 2 voices, and was last updated 11 years by Abe.

  • Author
  • #33387
     cali82
    Participant

    Hello,

    I have css for disabling the footer on the home page, but now I would like to add it again. Sorry, but I do not remember which code to remove. Please assist.

    Thanks!

    #33389
     cali82
    Participant

    .rev_slider_wrapper {
    display: block !important;
    }

    body.home .contain-to-grid,
    body.home #logo {
    display: none;
    }

    body.group-home #logo
    {
    display:block !important;
    }

    body.groups aside.four
    {
    display:none;
    }

    body.groups #main-content
    {
    width:100% !important;
    }

    body.home-page #footer,
    body.home-page #support
    {
    display:none;
    }

    body.home-page
    {
    width:auto !important;
    }

    body.groups .contain-to-grid
    {
    display:block !important;
    }

    body.members .search-item .avatar
    {
    width: 160px !important;
    height: 160px !important;
    }

    .page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: none !important }

    @media only screen
    and (max-width : 480px) {
    .page-template-page-templatesfront-page-php .rev_slider_wrapper { min-height: none !important }

    #logo, .top-bar
    {
    display:none;
    }
    }

    body.groups #logo

    {
    display: none;
    }

    body.page-id-2056 #logo,
    body.page-id-2056 nav
    {
    display:none !important;
    }

    body.page-id-2056 footer,
    body.page-id-2056 #support,
    body.page-id-2056 #main
    {
    display:none !important;
    }

    .link-list li:nth-child(2)
    {
    display:none !important;
    }

    body.groups .search-item .avatar
    {
    width: 160px !important;
    height: 160px !important;
    }

    [class*=”column”]+[class*=”column”]:last-child
    {
    float: left;
    }

    #34085
     Abe
    Keymaster

    Well it should contain footer in it so body.page-id-2056 footer,

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #43584
     cali82
    Participant

    Hello,

    Should I remove this code:

    body.home-page #footer,
    body.home-page #support
    {
    display:none;
    }

    Thanks!

    #43783
     Abe
    Keymaster

    yes that should be the one

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?