- This topic has 1 reply, 2 voices, and was last updated 7 years, 9 months ago by Puro Support.
Tagged: custom css entry meta ultra
- AuthorPosts
- February 13, 2017 at 10:17 pm #5936
PSBakhParticipantHello!
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.
Thanks for your help!
February 13, 2017 at 10:41 pm #5937
Puro SupportKeymasterHi PSBakh
Thanks for your support.
Appearance > Customize > Theme Design
is added in the premium version. All Blog settings can be found atAppearance > Customize > Theme Settings > 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; }
- AuthorPosts
You must be logged in to reply to this topic.