Author - by Jelle Vos - on WordPress WooCommerce support

This topic has 2 replies, 2 voices, and was last updated 3 years, 11 months ago ago by Rose Tyler

  • Avatar: Jelle_Vos
    Jelle Vos
    Participant
    May 19, 2020 at 15:45

    Is it possible to remove the author at the bottom of a blog post? Along with the comments are disabled message?

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    May 20, 2020 at 07:12

    Hello,

    Theme Options > Blog layout > Show About Author block > Off.
    To disable “Comments are closed”text, add the next code in Theme Options > Custom CSS:

    .single-post .content > p:last-child {
        display: none;
    }

    Regards

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

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

Helpful Topics

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