Enlarge "Next" and "Previous" button in the survey | XM Community
Skip to main content
Hi all, is it possible to enlarge the size of the button "Next" or "Previous" in the survey?
Regards
Hello @Simone_Salvano_Kantar ,

Paste the below code in advanced-> Add custom CSS

.Button{
width: 135px;
height: 135px;
}

Change the px as per your need
Thanks Shashi! It works