Changing Font Size of NEXT Button? | XM Community
Skip to main content
Question

Changing Font Size of NEXT Button?

  • November 29, 2023
  • 1 reply
  • 200 views

Forum|alt.badge.img+1

Hello there!
 

How can I change the font size of the NEXT and PREVIOUS buttons in a survey, potentially using Custom CSS?

1 reply

Deepak
QPN Level 8 ●●●●●●●●
Forum|alt.badge.img+46
  • 1555 replies
  • November 29, 2023

@KJK_14 

Try the below code change the pixels as per your requirement.

.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {

font-size: 24px !important;
}

Hope it helps!