[Support request] Post featured image

Home Forums Support [Support request] Post featured image

Home Forums Support Post featured image

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1471188
    Matia

    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

    #1471477
    David
    Staff
    Customer Support

    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

    https://docs.generatepress.com/article/blog-content-layout/

    #1472557
    Matia

    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

    #1472615
    David
    Staff
    Customer Support

    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.

    #1472722
    Matia

    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?

    #1472729
    David
    Staff
    Customer Support

    Try this CSS:

    .single-post .page-hero {
        margin-top: 40px;
    }
Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.