0
Answered

How do i change the size of navigation dots and arrows?

Devver 1 week ago updated by Josh 2 days ago 2

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!

Under review

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.

Image 2155

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;
}