http://team.maximfactory.com/players/
Team Member element, how can I get the Name, Title & Description to be centered?
Also, Team Member Job title font is a light grey. How can I make that black font as well?
Thanks.
Hey!
Try adding this code to the Quick CSS:
.avia-team-member {
text-align: center;
}
.team-member-job-title {
color: black !important;
}
Cheers!
Josue
Worked perfectly, thank you.