Hi, I am trying to style my buttons with CSS classes and believe I have everything working except the text color when the button is active. What class can I target to change this?
Also, you provided a great hint to use Chrome Developer Tools to discover these things, and it is working well for static elements, but I am still struggling to identify things that I can’t right-click on or select with the picker, such as the changing text color when you hover over the button; margins that are dynamic with mobile behavior; etc. Can you point me in the right direction on how to solve these issues myself? Alternately, is there a catalog of classes associated with each of the X-theme elements that we could use to look up various classes?
Thanks!