Delete line between title and picture

Hi,

I have a problem with the title of my articles… between the title and the picture, i have a line and i would like to delete that. Do you know the solution ?

Thanks,
EMilie

Hey there

I hope you are well today and thank you for your question.

You’re referring to the lines on the home page?

You can try achieving this by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Additional CSS

/*remove bottom border on home page */
.blog.home .page-1 article.post:first-child .post-inner-content, .blog.home .page-1 article.post:nth-child(2) .post-inner-content {
    border-bottom: none;
}

Best Regards,
Support