Archived topic
Removing Blog Post Titles
7 replies · Started by Kris on September 20, 2018
Hello! I've been a Generate Press user for YEARS! It's exciting to see how far this platform has come along and it's great to see how many people love this theme just as much as I do! I know just enough about coding to be dangerous and Generate Press lets me create a beautiful site without having to know too much. Thank you, Tom, and the rest of the crew for being amazing.
I have an easy question (should be). I'd like to put the blog post titles inside the image using the graphic design tool, Canva and eliminate the blog title from the bottom of the image. How would I do this? I don't see a clickable option to remove it.
You can see what I'm talking about by visiting: https://www.littledotbigdifference.com/category/blog/
I want to remove 'IRun' and 'Top 12 ways....' Once removed, I'll edit the Canva image and include the title in there. Simple and clean.
Let me know and thank you!!
Kris
Hi Kris,
So glad to hear you've been enjoying GP all these years! Thanks for your continued support :)
Try this CSS to hide the title:
h2.entry-title {
display: none;
}
Let me know if this helps :)
Great! Where do I put the code?
(Another basic question, I'm sure you like these easy ones sometimes) Thank you! Kris
Adding CSS: https://docs.generatepress.com/article/adding-css/ :)
That did it! I pasted the code you gave me using the 'additional CSS' option on the page I wanted them removed and it worked. Yay! Thanks so very much. Kris
No problem :)
I have the same question but am using the Volume template from the Site Library and I think that is preventing me from removing titles on posts. My featured image already has the the title of the post in it so having the post title appear is redundant. I tried the code above as well as the disable elements radio button when editing a post.
I see this:
{{post_title}}
</h1>
This is found under: Appearance>Elements>Single Post Header
I've tried removing {{post_title}} from the above. Prior to deleting, the title would appear on top of the featured image. After deleting, the title appears below the featured image. Any help would be great, thank you.
Can you open a new topic for your question and link us to the page in question?
Thanks!