Hello Enfold Team,
I am beating my head against the wall and hope you can help. Ever since I changed the <p> default font-size in “advanced styling” I have not been able to modify the font-size of “team member” descriptions. I have tried to change it via the element’s styling tab, using the custom CSS you all have posted in your documentation and tried adding my own custom CSS class:
/* enfold documentation */
.avia-team-member .team-member-description {
font-size: 16px !important;
}
/* my custom CSS */
.meet-the-team {
font-size: 16px !important;
}
Your guidance is greatly appreciated.
-James
Hey James,
Please try this CSS instead:
.team-member-description p {
font-size: 16px !important;
}
Best regards,
Rikard
This worked.
Thank you.
Hi,
Great, I’m glad to hear that you got it working. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
Rikard
Please close this ticket