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

    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

    #535620

    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

    #535715

    Thanks! That worked!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Hide post title’ is closed to new replies.