0
Answered
How do i change the size of navigation dots and arrows?
Would like to increase the size of the navigation dots and arrow slider icons/buttons. If you can let me know what CSS controls these sizes, it would be greatly appreciated.
Thanks!
Customer support service by UserEcho
Are you using the Advanced slider or the Normal? You can right-click on the arrow > inspect > and then it should show you what CSS classes are being used.
Once you have the CSS class you can overwrite it in the Custom CSS section of the review template like so...
.wprs_unslider-arrow {
width: 15px;
height: 15px;
}