How to remove author name?

Home Forums Gillion Theme How to remove author name?

Home Forums Gillion Theme How to remove author name?

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

    Hi, how to remove author name?

    I tried to find but had no luck.

    Thanks

    Solution for this topic

    Hi @kruyvanna,

     

    Thank you for your question.

     

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

     

    #content span.post-auhor-date {
        display: none;
    }

     

    Best regards,
    Shufflehound team
    <div class=”bbp-attachments”></div>

    kruyvanna
    Participant

    It works! thanks!

    You are most welcome here 🙂

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