Avatar photo

Home Forums Gillion Theme Avatar photo

Home Forums Gillion Theme Avatar photo

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • amplitum
    Participant

    Hi!

    How to delete photo from data under the title?

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

    Solution for this topic

    Hi @amplitum,

     

    I hope you are well today and 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

     

    .post-meta .post-author-image {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    amplitum
    Participant

    Thanks, that’s it.

    You are most welcome here 🙂

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