-
Author
-
October 29, 2014 at 01:18 #33387
cali82
ParticipantHello,
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!
October 29, 2014 at 01:19 #33389cali82
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;
}November 5, 2014 at 00:36 #34085Abe
KeymasterWell 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 solutionJanuary 27, 2015 at 12:27 #43584cali82
ParticipantHello,
Should I remove this code:
body.home-page #footer,
body.home-page #support
{
display:none;
}Thanks!
January 28, 2015 at 17:07 #43783Abe
Keymasteryes 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 -
AuthorPosts
You must be logged in to reply to this topic.