Blog Posts Title and Featured Image Question

Hey Themeco,

How do I get rid of the blog post title, so that I can create my own Title in PRO?

Also can I move the Featured Image somewhere else in the Blog Post, or can I assign one but have it not display on the actual post. I would want it assigned so that it would show in zthe post carosel and sliders and on social media. But not necessarily at the top of my blog post itself?

Any help would be appreciated

Wayne

Hi Wayne,

Please add this code in the Global CSS:

.single-post .entry-featured, 
.single-post .entry-header {
    display: none;
}

Here are some reference links related to the suggestions above:

Hope this helps.

Thank you Jade!

That appears to have accomplished what I was looking for!

You are most welcome. :slight_smile:

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.