Hi Guys
Can you please let me know how I could go about changing the font size for the Team Member descriptions (only) to be slightly smaller than the standard <body> text size used throughout the rest of my website? I don’t use a child theme so ideally a way of doing it that means when I update WP / theme then the change isn’t lost.
Many thanks, Paul
Hi KeyserSoze_UK!
Add this to your custom CSS.
.team-member-description, .team-member-description p { font-size: 12px !important; }
Regards,
Elliott
Fantastic
Works a treat – thank you :-)