How to remove author from the blog posts?

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

  • Avatar: buscape
    buscape
    Participant
    April 21, 2023 at 16:40

    Here is a screenshot:
    https://prnt.sc/9UnkggTI3-nS
    What should I do if I want to remove the author and views?

    Kind Regards!

    1 Answer
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    April 22, 2023 at 07:38

    Hello, Buscape,

    Thank you for getting in touch with us.
    The next custom CSS code can be used in Theme Options > Theme custom CSS:

    .global-post-template-large .single-post-large-wrapper .post-heading .meta-post {
        font-size: 0px;
    }
    .global-post-template-large .single-post-large-wrapper .post-heading .meta-post .entry-date {
        font-size: 16px;
    }

    Kind Regards,
    8theme team

  • Viewing 2 results - 1 through 2 (of 2 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.