Is it possible to not display a posts title just like on pages? Also I have a featured image set as I want it to show up in carousel. Can I have it so the image still shows in the carousel but not on the actual post?
Hello @waynepatt58,
Thank you for a very detailed post information.
To get rid of the post titles and featured image, please make use of this custom css. Please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)
.single-post .entry-featured,
.single-post .entry-title {
display: none;
}
And if you also want to remove the post navigations and the post meta, you may use this code instead:
.single-post .entry-featured,
.single-post .entry-title,
.single-post .entry-header {
display: none;
}
Hope this helps. Please let us know how it goes.
Many thanks RueNel, that worked perfectly, as always tech support from xtheme is simply the best out there.
Glad it’s working now and you’re most welcome!
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.