_Al Active member Sep 2, 2023 #1 Hi all. Please will someone give me a tiny hint on how to change the button colour here from black to white? Thank you.
Hi all. Please will someone give me a tiny hint on how to change the button colour here from black to white? Thank you.
TPerry Well-known member Sep 2, 2023 #2 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 Upvote 0 Downvote
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