Home › Forums › Jevelin Theme › Remove two white lines appearing on the bottom of posts
Home › Forums › Jevelin Theme › Remove two white lines appearing on the bottom of posts
Hi Team,
Can you suggest a custom css code that will remove two white lines that are located on the bottom of posts?
See screenshot and link to one of the posts.
Thank you!
– Marcin
Hi Marcin,
Thank you for your question.
You can remove 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-single .sh-blog-single-meta { display: none; }
Best regards,
Shufflehound team
Thank you! All looks as expected.
You are most welcome here 🙂