Home › Forums › Pro Support › Carousel _ how to hide dots & show arrows This topic has 9 replies, 4 voices, and was last updated 4 years, 1 month ago by Hilton. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts July 16, 2019 at 4:18 pm #10354 FrédéricParticipant Hi I have a carousel made with wp-show-post plugin and works great but I would like to change navigation dots against arrows. Is it possible? Any ideas? regards, Frederic July 17, 2019 at 4:24 pm #10358 TomKeymaster Hi there, You can enable them with this function: add_filter( 'wpsp_carousel_args', function( $args ) { $args['arrows'] = true; return $args; } ); It will still require some CSS, though. Feel free to link me to your site once the above is active and I’ll help style it 🙂 July 18, 2019 at 8:49 am #10378 FrédéricParticipant hi I tried to add the function but doesn’t work, probably I made a mistake … (?) (btw, added this code via snippets) here the like of the page : https://dev-lesmotsduvent.pantheonsite.io/les-spectacles-_-sophie-wilhelm/ July 18, 2019 at 6:04 pm #10384 TomKeymaster Try adding this CSS: .slick-next:before, .slick-prev:before { color: #000; } July 24, 2019 at 11:18 am #10430 Mike ChenParticipant Where do you add the code in functions July 24, 2019 at 11:29 am #10431 Mike ChenParticipant I Used Code Snippets Plugin but doesn’t seem to work July 24, 2019 at 5:56 pm #10442 TomKeymaster Did you add the CSS as well? July 24, 2019 at 6:41 pm #10445 Mike ChenParticipant yeah its not working July 25, 2019 at 8:08 pm #10457 TomKeymaster Can you link me to the page? August 11, 2019 at 12:51 pm #10711 HiltonParticipant Hi, It didn’t work for me too. Can you update the function please? Thanks Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In