Archived topic
Post featured image
5 replies · Started by Matia on October 3, 2020
Hi there,
I'm using "Dispatch" theme and I'd like to customize the post page:
1- I'd like to have the title and the meta below the featured image
2- I'd like to exclude from the meta the "author"
Is it possible?
Thanks,
Matia
Hi there,
go to Appearance > Elements and delete the Single Post header element.
You can then set the position and the meta requirements in Customizer > Layout > Blog
Thanks David,
but is it possible keep the layout of the "element - single post" and change the set of the meta?
If I'll use the option without page element, I have to use the CSS to enlarge the featured image of the post?
Thanks,
Matia
You can edit the Header Element and remove the HTML from within the content.
And replace it with just a HTML Comment eg.
<!-- Hero featured image -->
This will keep the image in its current place, and the post meta will be return to its normal position.
To size the Image you may want to increase the Top and Bottom Padding.
Perfect, David
Thanks a lot!
BTW, if I want to add some space between the main navigation bar and the featured image, how can I do this?
Try this CSS:
.single-post .page-hero {
margin-top: 40px;
}