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

Hello there!
 

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

@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!


Leave a Reply