How to remove post titles

Posted in: Newspaper
Post count: 3

How to remove post titles

Post count: 7909

Hi,
Please provide more information about the issue, do you refer to title on post page or title on modules? A screenshot with the problem will help.

Thanks!

Post count: 3

Thanks for the swift response. What I am trying to do is to remove the post titles from the post page Any help will be much appreciated
The very TOP Why Visist Hythe which I believe is the post Title

Post count: 3343

Hi,
If you want to hide the post title, use this CSS, add it in Theme panel -> Custom CSS

.single header h1.entry-title {
display: none;
}
.single header {
top: 0;
}

Thanks for the message!

Post count: 3

Thanks Guy
And a Merry Christmas to all.

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