Hello
As well as changing the font colour is it possible to change the background colour of a team member’s descriiption that sits below the picture?
Many thanks
Hey sensiblekaren!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.team-member-description {
background-color: orange;
padding: 10px;
}
If you would like to apply the changes to only one team member, please turn on custom CSS field for ALB elements – http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/ and give your element a custom CSS class and then use the code as following
.my-custom-class .team-member-description {
background-color: orange;
padding: 10px;
}
Regards,
Yigit