Autor Info set up to take off

Home Forums Gillion Theme Autor Info set up to take off

Home Forums Gillion Theme Autor Info set up to take off

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

    Hi!
    Can you please help me to take off the author info that appears in posts located at the Blog and in the actual Post Page? (please see photos attached)

     

    I tryed to set up this from Theme settings – Blog, but the autor info still appears (please see photo attached)

     

    Thanks

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

    Hi @dianazahe,

     

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

     

    It is not author info but author metadata that you can remove 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

     

    .post-meta .post-auhor-date {
        font-size: 0;
    }
    
    .post-meta .post-auhor-date > span {
        display: none;
    }

     

    Best regards,
    Shufflehound team

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