Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #316627
    William Chase
    Participant

    What’s the optimal image size for the recent posts section on the front page? and so that it fits on computer/mobile.

    Here’s my site.

    #316632
    tikaram
    Keymaster

    @wchase1030 : The recommended image size for recent posts section on the front page is 1920px * 1080px. Let me know if you have any more questions.

    Regards,
    Tikaram

    #316638
    William Chase
    Participant

    Thanks! I also just realized my images on the front page are uploading much darker than how they were saved. Is there some kind of dark filter that’s changing this? On the individual post page, it’s appearing as it should.

    #316683
    tikaram
    Keymaster

    @wchase1030 : Login to your WordPress admin section. Go to Appearance => Customize => Additional css and add the following css to remove the background color from the images

    .home .archive-post-wrap .hentry::before,
    .recent-blog-content .archive-post-wrap .hentry::before {
        background-color: unset;
    }

    Let me know if this helps you out.

    Regards,
    Tikaram

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Image size for recent posts’ is closed to new replies.