Can we change the standard carat icon on FAQ cards to +/- icons?

Hi Rachel,

You’ll want to target the image directly rather than the icon class. You can try:

.Icon img {
max-width: unset;
}

Best,
Alyssa