Home Forums Exoplanet Pro Slider Control Arrows Reply To: Slider Control Arrows

#14184
Andy
Keymaster

For the size and color, use this custom CSS (change the size and color values):

#page-slider-section .bx-wrapper .bx-controls-direction a .fa {
  font-size: 24px;
  color: #ffffff;
}

For the background color, use this custom CSS:

#page-slider-section .bx-wrapper .bx-controls-direction a {
  background: rgba(0,0,0,0.2);
}

By default there is also a background color when hovering the mouse on the control:

#page-slider-section .bx-wrapper .bx-controls-direction a:hover {
  background: #b50b52;
}