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?
Hey!
Try adding this code to the Quick CSS:
.single-post .post-title {
display: none;
}
Cheers!
Josue
Worked perfectly Josue, much appreciated!!