Remove white space blogposts

Home Forums Jevelin Theme Remove white space blogposts

Home Forums Jevelin Theme Remove white space blogposts

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
  • SjoerdGerritsen
    Participant

    Hi there,

    With the blogposts I only use the ‘author info’ thing, which I use in a way to display info about my book. However, since I don’t use the other functionalities, there is pointless white space with two lines there. Is there a way to remove that with some css perhaps?

     

    https://sjoerdgerritsen.com/what-it-is-really-like-to-write-a-book/

    Thanks!

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

    Hi @SjoerdGerritsen,

     

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

     

    To help you to remove that white space i tried to access your shared page but it is displaying  “Page could not be found” error.

     

    Please make sure the page is accessible.

     

    Best regards,
    Shufflehound team

    SjoerdGerritsen
    Participant

    My bad, I removed that post for now. Any other would have sufficed. Like this one https://sjoerdgerritsen.com/why-is-tone-of-voice-so-important/

    Thanks

    You can remove that space 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;
    }
Viewing 4 posts - 1 through 4 (of 4 total)