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