Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #230900
    kabbott
    Participant

    How do I remove the “By Author” from the front page?

    The URL is http://portland.daxpy.com/wordpress/

    Thanks,
    Kirk

    #230935
    Skandha
    Participant

    @kabbott: Hello Krik,
    To remove the text “By Author” from the frontpage
    Go to => Appearance => Customize => Additional CSS and add the following CSS Code.

    .home .entry-meta .byline {
        display: none;
    }

    Let me know if this works out!
    Kind Regards,
    Skandha

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How do I remove the “By author” from the front-page”’ is closed to new replies.