How to change thickness of navigation arrows

Thanks , it works. May i know how can i adjust arrow thickness?

3 Likes

Hi @user34581 :waving_hand:

This CSS code will help you achieve this:

.es-carousel-arrow-control-icon svg path,
.es-carousel-arrow-control-icon svg {
    stroke-width: 3px; 
    stroke: currentColor; 
}

Please try it out and let me know if it worked :wink:

3 Likes