[Resolved] Hero Image Styling

Home Forums Support [Resolved] Hero Image Styling

Home Forums Support Hero Image Styling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #955440
    Patrick

    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

    #955482
    Leo
    Staff
    Customer Support

    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 ๐Ÿ™‚

    #955485
    Patrick

    Perfect! Exactly what I needed on both counts!

    #955487
    Leo
    Staff
    Customer Support

    Glad to hear ๐Ÿ™‚

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.