Changing font and font colour for Next and Back buttons | XM Community
Skip to main content
Solved

Changing font and font colour for Next and Back buttons

  • May 27, 2020
  • 3 replies
  • 329 views

Forum|alt.badge.img+3

Hi there
Can any of you lovely people help with a CSS code that allows me to change the colour of the button and included font (style and colour) for my next and back buttons?
I'm wanting to end up with a button coloured Orange #FC5400, with "Next" in Roboto Medium coloured white #ffffff.
I am able to change the colour of the skin and the font to Roboto Medium but the font defaults to black.
Any suggestions would be greatly appreciated!

Best answer by PraDeepKotian_XM

Hi @jheath18,
Try adding this code in css editor :
#NextButton {color:#ffffff !important}

3 replies

PraDeepKotian_XM
QPN Level 5 ●●●●●
Forum|alt.badge.img+21
  • QPN Level 5 ●●●●●
  • Answer
  • May 27, 2020

Hi @jheath18,
Try adding this code in css editor :
#NextButton {color:#ffffff !important}


Forum|alt.badge.img+3
  • Author
  • May 27, 2020

Awesome thanks a million!😁


Forum|alt.badge.img+1

Hi ,

Where i can find the CSS editor. I want to change the color to white only for one project.

Please help