That’s great, thank you!
However …
It doesn’t seem to have any effect.
See – https://movingmadeeasy.live-website.com/meet-the-team
I’m pasting the following into the custom CSS field of the Team …
.awsm-grid-wrapper .awsm-grid h3 {
color: #379437;
}
.awsm-grid-wrapper .awsm-grid .awsm-personal-info span {
color: #1c482a;
}
.cards-style.style-3 .awsm-social-icons a {
color: #379437;
}
.cards-style.style-3 figure::before {
background: linear-gradient(to bottom,rgba(255,255,255,.3) 0,rgba(255,255,255,.6) 20%,rgb(177, 241, 177) 78%,rgb(177, 241, 177) 100%);
}
Thank you