Hide category shown in post & hide comments are closed as well.

This topic has 6 replies, 3 voices, and was last updated 7 years, 5 months ago ago by Robert Hall

  • Avatar: lamarse
    lamarse
    Participant
    October 30, 2016 at 11:42

    Hi.

    I would like to ask how can I hide two things, in this case, under posts.

    Here you have a picture showing my needs: https://i.imgsafe.org/5ce21e430c.png

    – I would like to hide the cathegory name up in the post (for any post, always hiden)
    – I would like to hide the “comments are closed” for always as well (never comments and neither been shown as closed.

    Thank you

    5 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    October 31, 2016 at 08:37

    Hello,

    You can add this code in Custom CSS:

    .blog-post h6 {
        display: none;
    }
    .content > p {
        display: none;
    }

    Regards,
    Rose Tyler.

    Avatar: lamarse
    lamarse
    Participant
    October 31, 2016 at 12:13

    Thank you.
    This code works to hide the cathegory name.
    That’s perfect.
    Thank you

    but it does not work for “comments are closed”.

    Any other ideas?

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 31, 2016 at 12:26

    Hello,
    Please try to use the following code in Global Custom CSS.

    .single article + p{
        display: none;
    }

    Regards,
    Robert Hall

    Avatar: lamarse
    lamarse
    Participant
    October 31, 2016 at 12:49

    great, not it does.

    Thank you

    Avatar: Robert Hall
    Robert Hall
    Support staff
    October 31, 2016 at 13:13

    You’re welcome!

    Regards,
    Robert Hall

  • Viewing 6 results - 1 through 6 (of 6 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.