page-loader

Home Forums Minimal Portfolio – Free Portfolio Theme Post header background image

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

    Hi there! I need help with my issue, i’m not able to remove the header with the background image while making a post. When i create simple pages i can solve it by clicking “deactivate page title”.

    #2590
    Abileweb
    Keymaster

    Hi,

    You can disable page title for page not for post. we will update the option in future release. Now you can disable page title for single post by css code.

    .single-post .page-header {
    display: none;
    }

    This is the code for hide page title in single post.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.