Hi there!
I am trying to change the color of the text in this button with CSS.
I can change the color of the graphic using
.x-anchor.x-anchor-button.has-graphic.moduleBtn.moduleBtnActive i.x-icon.x-graphic-child.x-graphic-icon.x-graphic-primary {
color: white;
}
But for some reason I am unable to target the text?
What works in the inspector doesn’t lend itself to replicating in CSS: