How do I hide the post title? I am using the blog posts module and do not want them to be able to see or click on the post title. I just want the featured image to show
Hi alex5252!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
h2.post-title.entry-title {
display: none;
}
Regards,
Yigit
Thanks! That worked!