Home › Forums › Pro Support › Add arrow to Carousel and hide dots Tagged: carousel This topic has 3 replies, 2 voices, and was last updated 3 years, 9 months ago by Tom. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts August 11, 2019 at 1:01 pm #10712 HiltonParticipant Hi, Is there a way to add before and after arrows to carousel, and hide bottom dots. Thanks August 11, 2019 at 5:29 pm #10722 TomKeymaster Hi there, First, add this function: add_filter( 'wpsp_carousel_args', function( $args ) { $args['arrows'] = true; $args['dots'] = false; return $args; } ); Then, add this CSS: .slick-next:before, .slick-prev:before { color: black; } August 11, 2019 at 6:36 pm #10723 HiltonParticipant Hi, The dots are hidden now, but the arrows are not there. Can you check please? August 12, 2019 at 4:55 pm #10749 TomKeymaster Is there a URL I can check out? Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In