Resolved

Removing entry meta from single post pages

Ultra Theme started by PSBakh Feb 13, 2017 1 reply
PSBakh Feb 13, 2017 · 10:17 pm #5936

Hello!

I’d like to remove the entry meta at the top of the page that appears when viewing a single blog post, however none of my attempts at Custom CSS seem to be working. Is there a global setting somewhere that I’ve missed?

I’m this site’s theme has been upgraded to Ultra Premium, however I don’t see much difference in the Customise panel.

http://www.workshopsforwomen.co.uk/who-is-kim-wasey/

Thanks for your help!

Puro Support Puro Feb 13, 2017 · 10:41 pm #5937

Hi PSBakh

Thanks for your support. Appearance > Customize > Theme Design is added in the premium version. All Blog settings can be found at Appearance > Customize > Theme Settings > Blog.

Blog

At the moment, each post meta setting impacts both the archive and single post page so if you wanted to remove post meta on single only you could add the following to Customize > Additional CSS:

.single .entry-meta {
	display: none;
}

.single .entry-header {
    margin-bottom: 50px;
}
2 posts