Team member text too large

Home Forums Jevelin Theme Team member text too large

Home Forums Jevelin Theme Team member text too large

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    RESOLVED Posts
  • amudalainc
    Participant

    Hello again

     

    Is there a way to make the capitalised text under the team member images smaller and not capitalised?  This can be found at https://cccactive.com/#contact and under the “Meet the Committee” heading.

    Solution for this topic

    Hi @amudalainc,

     

    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-team .sh-team-role {
        text-transform: none;
        font-size: 16px;
    }

     

    Best regards,
    Shufflehound team

    amudalainc
    Participant

    Works perfectly now.  Thank you

    amudalainc
    Participant

    Resolved

    You are most welcome here 🙂

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