Tagged: , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #86207
    Michaela
    Participant

    Hi Mahesh,
    how do I remove the following text that always shows up underneath my posts:
    1. “Posted in [categorie] | Tagged [tag] | Leave reply”
    2. and the links to the previous and following posts
    An example can be found at the bottom of this page: travelintense.com/bora-bora
    Thanks a lot,
    Michaela

    #86211
    Mahesh
    Keymaster

    Hi @micha,

    This can be done with Custom CSS, go to “Dashboard=> Appearance=> Customize=> Theme Options=> Custom CSS” box and add the following CSS:

    footer.entry-meta,  nav#nav-below {
        display: none;
    }

    Regards,
    Mahesh

    #86214
    Michaela
    Participant

    Great, that worked, all gone.
    But now I have a lot of white space on all post underneath the “Leave a comment” section. How did this happen and how can I get rid of it?

    #86219
    Mahesh
    Keymaster

    Hi @micha,

    This is because of the jetpack’s iframe in comment section. It has static fixed height of 430px and cannot be overridden with custom css.

    Regards,
    Mahesh

    #86229
    Michaela
    Participant

    Seriously?!? That’s ridiculous! Especially, because once you click inside the comment form, the area underneath shrinks…

    #86276
    Mahesh
    Keymaster

    Hi @micha,

    Yes, it is Jetpack’s commenting feature that you are using. First after the page loads, only the text area is visible and as soon as you click inside the comment box, other form inputs slides down and the white space shrinks.

    Regards,
    Mahesh

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Remove categories, tags, leave reply, previous and next post underneath post’ is closed to new replies.