How can I unbold blog title preview text and adjust photo spacing?

Hi all!

What code do I insert to unbold this blog title preview text and minimize the space above and below the photos?

Here is the preview link: https://t4rey0ff3e2vi2r1-12859847.shopifypreview.com

Thanks in advance.

Hi @pjk3635 ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/section-blog-blog-posts.min.css->paste below code at the bottom of the file:
.article-image-wrap .responsive-image-wrapper {
    height: auto !important;
}

.homepage-blog--title a {
    font-weight: 400 !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.