Hi – Is there any way I can have enfold theme settings relating to header and footer automatically selected by default when creating a new blog post? I would like to hide the footer and header with every blog post and don’t want to do it manually every time if possible. Thanks!
Hey!
You could try adding this code to the Quick CSS:
.single-post .title_container, .single-post #footer, .single-post #socket {
display: none;
}
Cheers!
Josue