There are several ways to hide the arrows: Props solution ```javascript arrows: false
CSS solution ```css .slick-arrow { display: none; }
But the one that you're looking for can be:
nextArrow: <br />, prevArrow: <br />,
Most helpful comment
There are several ways to hide the arrows:
Props solution
```javascript
arrows: false
But the one that you're looking for can be: