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 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:
.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.