Home › Forums › Gillion Theme › Remove lines under the posts titles?
Home › Forums › Gillion Theme › Remove lines under the posts titles?
Hi @amplitum,
I hope you are well today and thank you for your question.
Could you please share me the page URL from your site where it is displaying so that i can help you to remove it?
Best regards,
Shufflehound team
Nope. Local host. You have it in demo too… I can’t find them when inspect element
Then could you please share me the page URL from demo site where it is displaying so that i can help you to remove it?
Section “Latest posts” – https://gillion.shufflehound.com/
Solution for this topic
You can achieve it by adding the following CSS code in the Custom CSS code option of your theme on the below path.
Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code
.blog-list.blog-style-grid .post-container { border-bottom: 0; }
That’s it! Thanks
You are most welcome here 🙂