Hi! Novice here,
I’m not sure if I am using the correct wording here to describe what I am trying to achieve, but I am looking for help changing the font size of the remove button when filtering products. I was able to adjust the product type filter right next to it, and my coding also affected the text transformation for the remove button but didn’t work for size.
Here is the coding I used to adjust the product type: candles filter
.active-facets__button-wrapper,
.active-facets__button-inner {
font-size: 10px;
text-transform: uppercase;
}
Also, I just pasted this into the custom CSS section when editing my theme. I am not sure where to put it on the internal coding. I tried component.facets.css, but it didn’t work.
Thank you so much!

