Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #24133

    Pls see this screenshot taken from a single post in a category. How can I get rid of that without editing each post? And furthermore I have no clue why it says “Blog – Latest News”

    https://dl.dropbox.com/s/x92cb90tqn14nst/index.html

    #122471

    Hi,

    You can hide it. Add this on your custom.css

    .single .main-title, .archive .main-title {
    display: none;
    }

    Regards,

    Ismael

    #122472

    Nice trick but isn´t there a setting instead of a display:none trick? And where does this title come from in single posts?

    #122473

    Hi Michael,

    No, there is no setting just for the title alone. Typically, css is the best way to go for anything not covered as a individual option.

    The title comes from the post title just above the visual editor.

    Regards,

    Devin

    #122474

    Thanks guys.

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘How can I get rid of that heading?’ is closed to new replies.