The current team members section has a gray background. I’d like it white. I assume this is CSS and I have tried:
/* Most common for ThemeArile themes */
.theme-team,
.theme-team .container,
section.theme-team {
background-color: #ffffff !important;
}
and
.home .theme-team {
background: #fff !important;
}
Without luck.
How can I change it?