remove author from blog posts (am left with by)

Home Forums Jevelin Theme remove author from blog posts (am left with by)

Home Forums Jevelin Theme remove author from blog posts (am left with by)

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

    Hi,

     

    I tried to remove the author from my blog posts using using a plugin (show hide author)  but am left with the “by” still and cant seem to get rid of it.

     

    I have used custom css code from previous threads but none of it seems to work.

     

    My site is thisistennis.co.uk

     

    Can you please help

     

    Thanks

     

    Andrew

    Attachments:
    You must be logged in to view attached files.

    Hi Andrew,

     

    I hope you are well today and thank you for your question.

     

    You can remove it 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

     

    .sh-recent-posts-widgets-item-meta,
    .post-meta-author {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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