Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- The topic ‘Hide Footer on Blog Posts’ is closed to new replies.
Hi there,
Is it possible to hide the Footer only (not socket) on Blog posts only? If so, could you please let us know how?
Many thanks,
Robert
Hi rpl_admin!
Thank you for using our theme.
To hide the footer on single posts:
In custom.css or Enfold-> Styles ->QuickCSS put the following:
.single #footer {
display: none !important;
}
Best regards,
Günter
Hi Gunter,
Well, that certainly seems to have fixed it.
Excellent!
Many thanks,
Robert