XF 2.2 Help with changing button text colour

_Al

Member
Hi all. Please will someone give me a tiny hint on how to change the button colour here from black to white?

image_2023-09-02_220113492.webp

Thank you.
 
Site wide... or those specific buttons?

In extra.less this should work
Code:
.button.button--cta, a.button.button--cta {
color: #182988;
}
changing the green to whatever color you want.

In the Style properties you go to
ACP -> Styles -> Your Style -> Buttons
 
Top Bottom