Hi all, is it possible to enlarge in size the Next/Previous button default?
Thanks in advance
Solved
Enlarge Next/Previous button arrow

Best answer by Anonymous
Hello @Simone_Salvano_Kantar ,
Paste the below code in advanced-> Add custom CSS
.Button{
width: 135px;
height: 135px;
}
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
font-size:75px;
}
Change the px as per your need
View originalPaste the below code in advanced-> Add custom CSS
.Button{
width: 135px;
height: 135px;
}
.Skin #Buttons #NextButton, .Skin #Buttons #PreviousButton {
font-size:75px;
}
Change the px as per your need
Leave a Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.