Thanks , it works. May i know how can i adjust arrow thickness?
Hi @user34581 ![]()
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 ![]()
3 Likes