Hello,
I do not want any header or footer to appear when someone is reading an article. How / where can I define this ?
Thank you for your help,
Hello,
I do not want any header or footer to appear when someone is reading an article. How / where can I define this ?
Thank you for your help,
Hello @Kimamori
If by articles you mean “Posts”, then I don’t think there will be an easier solution than just hiding the header and footer via CSS on posts only, to do so you can use this CSS code in (Theme Options > CSS):
.single-post header, .single-post footer {
display: none;
}
Thanks.
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.