Remove Blog Author from Home Page

Home Forums Jevelin Theme Remove Blog Author from Home Page

Home Forums Jevelin Theme Remove Blog Author from Home Page

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

    Hello, I need to remove the By Author on the home page.

    http://sweetme.creativeflowmedia.org/

    Hi @shanticfm,

     

    Thank you for your question.

     

    You can achieve 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

     

    body.home .sh-recent-posts article .post-meta-author {
        display: none;
    }
    
    body.home .sh-recent-posts article a.post-meta-date {
        padding: 0;
    }

     

    Best regards,
    Shufflehound team

    shanticfm
    Participant

    I added the code but the author still appears on the home page. Please advise.

    I don’t see the shared CSS code on your site.

     

    Where have you added it?

     

    Also please clear W3 Total Cache after using it.

    shanticfm
    Participant

    I added it to the custom code – CSS Code in Theme Settings.

    Please advise.

    As said above please clear whole W3 Total Cache after using it

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