[Support request] Homepage Style without WP Show Posts

Home Forums Support [Support request] Homepage Style without WP Show Posts

Home Forums Support Homepage Style without WP Show Posts

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #671440
    Sonja

    On the Homepage, I have used WP Show Post Pro to show the posts. But i think this isn´t necessary.

    I would like to show the posts on homepage exactly like that without WPSP. But if you look on category page, where i don´t use WPSP, you can see a little differnce. The pics have not the same size and there is more space between pic and title.

    How can i make the design on hoepage (and archive pages) like it is now on homepage, but without WPSP?

    #671521
    Leo
    Staff
    Customer Support

    Hi there,

    Image size can be adjusted in the customizer:
    https://docs.generatepress.com/article/adjusting-the-featured-images/

    And use this CSS to reduce the space:

    .post-image-above-header .inside-article .post-image {
        margin-bottom: 0.5em;
    }

    Adding CSS: https://docs.generatepress.com/article/adding-css/

    Let me know if this helps 🙂

    #671692
    Sonja

    Hi Leo, the css is not working. Nothing happens.

    #671985
    Leo
    Staff
    Customer Support

    Hmm it should work. However I’m not seeing it being added?

    #672041
    Sonja

    I have deleted ist because is had no effect. Now I have put in back again.

    #672042
    Leo
    Staff
    Customer Support

    Edited the code above.

    #672087
    Sonja

    Thanks, that works. But how can i get the second, third, etc. row a bit higher?

    #672189
    Leo
    Staff
    Customer Support

    Try this CSS:

    .entry-summary {
        display: none;
    }
Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.