[Resolved] How make a Homepage like this one?

Home Forums Support [Resolved] How make a Homepage like this one?

Home Forums Support How make a Homepage like this one?

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #995611
    Sajjad

    Currently, I am using the Generatepree Marketer (pre-build theme) and in this theme, the home page posts look like,

    (A lots of space used).
    I wan to represent the homepage like this one,

    How can I do so?

    #995634
    Leo
    Staff
    Customer Support

    Hi there,

    Try this for your featured image settings:
    https://www.screencast.com/t/UEnLgtG4g5s

    Let me know if this helps 🙂

    #995652
    Sajjad

    Great! it works. Thanks Leo. I have two more questions.

    1. Can I reduce the Post title font size on the homepage only?
    2. How can I add a new box between the post content box and comment box, so that I can add the related posts there.

    #995819
    David
    Staff
    Customer Support

    Hi there,

    1. This CSS to change the entry titles on just the Home page:

    .blog h2.entry-title {
        font-size: 24px;
    }

    2. You can use a Hook Element:
    https://docs.generatepress.com/article/hooks-element-overview/

    You will need the before_comments_container hook.

    All the main hooks can be seen here:

    https://docs.generatepress.com/article/hooks-visual-guide/

    #995917
    Sajjad

    Thanks David, for your help. My issues resolved.

    #996130
    David
    Staff
    Customer Support

    Glad to be of help.

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