Remove dividers for an empty share, next/prev box.

Home Forums Jevelin Theme Remove dividers for an empty share, next/prev box.

Home Forums Jevelin Theme Remove dividers for an empty share, next/prev box.

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

    Can you help me to remove dividers for this empty box?

    I don’t use share and next/prev buttons, so I disabled them, but I still see lines. How can I delete them or hide?

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

    Solution for this topic

    Hi @evgenyvasenev,

     

    I hope you are well today and 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

    evgenyvasenev
    Participant

    Thanks!

    You are most welcome here 🙂

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