Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #206883

    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!

    #206991

    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

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Creating default blog options’ is closed to new replies.