Remove two white lines appearing on the bottom of posts

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

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Marcin Gora
    Participant

    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

    Attachments:
    You must be logged in to view attached files.

    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

    Marcin Gora
    Participant

    Thank you! All looks as expected.

    You are most welcome here 🙂

Viewing 4 posts - 1 through 4 (of 4 total)