October 6, 2016 at 1:52 pm
#47437
Theme Horse Support Team
Keymaster
Hi Iansandswriter,
For this:
1. Set the image to small size.
2. Remove the header image.
3. Hide the meta tags from the post. To hide the meta tags you have to upgrade it to pro version OR just add the custom CSS
Go to Appearance -> Customize -> WP Portfolio Theme Options -> Custom CSS and paste the below CSS code then click on Save button.
.single-post .entry-meta {
display: none;
}