Enlarge Next/Previous button arrow | XM Community
Solved

Enlarge Next/Previous button arrow

  • 31 October 2018
  • 4 replies
  • 157 views

Badge +3
Hi all, is it possible to enlarge in size the Next/Previous button default?
Thanks in advance
icon

Best answer by Anonymous 31 October 2018, 15:57

View original

4 replies

Hello @Simone_Salvano_Kantar

Please see this post
Badge +3
Thanks Shashi, but my question is about to enlarge the arrows in it. The custom css suggested is for enlarge the background...
Regards
Userlevel 7
Badge +27
Hi @Simone_Salvano_Kantar
You can add this in Look and Feel> Style > Custom CSS
#NextButton{
padding: 30px 20px !important;
}
#PreviousButton{
padding: 30px 20px !important;
}

you can change 30px or 20 px as per you want the height and width.
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

Leave a Reply