Home › Forums › Jevelin Theme › Team member text too large
Home › Forums › Jevelin Theme › Team member text too large
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
Works perfectly now. Thank you
Resolved
You are most welcome here 🙂