Solved
Enlarge "Next" and "Previous" button in the survey

Hi all, is it possible to enlarge the size of the button "Next" or "Previous" in the survey?
Regards
Best answer by Anonymous
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
View originalLeave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.