Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #397051

    Hello,

    Is there any way to remove the title of a post when viewing a single post?

    For example, I just created a post called “Shoulder Pain”. When I open the article, it displays “Shoulder Pain” on the top. Is there any way I could remove that?

    #397060

    Hey!

    Try adding this code to the Quick CSS:

    .single-post .post-title {
        display: none;
    }

    Cheers! 
    Josue

    #397068

    Worked perfectly Josue, much appreciated!!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Removing Post Title’ is closed to new replies.