size of text in the author box

Home Forums Gillion Theme size of text in the author box

Home Forums Gillion Theme size of text in the author box

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

    Hello

    how do I change the size of text in the author box?

    I would like it to be smaller…

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

    Solution for this topic

    Hi @LeticiaRoland,

     

    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

     

    .sh-post-author .sh-post-author-info > div > div {
        font-size: 15px;
    }

     

    Best regards,
    Shufflehound team

    LeticiaRoland
    Participant

    It worked. Thanks

    You are always welcome here 🙂

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