Archived topic
Hero Image Styling
3 replies · Started by Patrick on July 11, 2019
Hi,
I've got a couple questions:
1.) How do I have it so the post content box goes up into the hero image. Essentially exactly what you did with the site "Mellow" from the site library.
2.) How do I display the last update date instead of the post date on a blog post?
Thanks,
Pat
Hi there,
1. Mellow is using this CSS:
@media (min-width: 769px) {
.page-hero + #page {
margin-top: -100px;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
2. This should help:
https://docs.generatepress.com/article/show-the-updated-post-date/
Let me know :)
Perfect! Exactly what I needed on both counts!
Glad to hear :)