• Hello,

    I want to reduce the size of featured image on the blog page. I do not see any settings under theme options. Can it be done through custom css?

    Appreciate any help!
    Thanks

Viewing 5 replies - 1 through 5 (of 5 total)
  • Yes, kind of, It won’t change the image dimensions but you can change how large the image appears. Can you tell me what size? post a link? I can help with the css.

    Kadence Themes

    Thread Starter wp169

    (@wp169)

    The current size is 401 x 357. I would like to appear smaller to the size of 298 x 199.

    Thanks!

    ok can you post a link? need to see how you have the images added?

    Kadence Themes

    Thread Starter wp169

    (@wp169)

    It is on dev server not available on Internet. It is the featured image on default /blog/ page where all the posts (excerpts) are visible.

    Thanks!

    hannah

    (@hannahritner)

    Hey
    Try adding this to your custom css box in theme options > advanced settings:

    .postlist article img {
      max-width: 298px;
      max-height: 199px;
    }

    Hope that works for you!

    Hannah

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Blog featured image size’ is closed to new replies.