Remove author from blog pages

Home Forums Jevelin Theme Remove author from blog pages

Home Forums Jevelin Theme Remove author from blog pages

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
  • shanticfm
    Participant

    Hello, I was able to remove the author from the BLOG page, but not the individual blog posts.

     

    http://sweetme.creativeflowmedia.org/means-mom-sweet-photography/

    Hi @shanticfm,

     

    Thank you for your question.

     

    You can remove it from single post page by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .single-post article .post-meta-author {
        display: none;
    }

     

    Best regards,
    Shufflehound team

Viewing 2 posts - 1 through 2 (of 2 total)