Hide author in 'title section'

Home Forums Gillion Theme Hide author in 'title section'

Home Forums Gillion Theme Hide author in 'title section'

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

    Hello,

     

    Is it possible to completely hide the author above the articles/blogs. See image.

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

    Solution for this topic

    Hi @hgvj,

     

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

     

    You can hide 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-content .post-auhor-date {
        display: none !important;
    }

     

    Best regards,
    Shufflehound team

    hgvj
    Participant

    Thank you! It worked. have a great day.

    You are most welcome here 🙂

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