hiding author picture

Home Forums Gillion Theme hiding author picture

Home Forums Gillion Theme hiding author picture

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

    Hi 🙂

    I’m trying to hide the author picture from authors for whom I don’t have a picture 🙂

    • This topic was modified 5 years, 3 months ago by ericapugh.
    Attachments:
    You must be logged in to view attached files.

    Hi @ericapugh,

     

    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 img.avatar.photo.post-author-image {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

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