Tagged: Hide Slider Nav Navigation
Hello, how can I remove the navigation arrows from the Slider
Hi jschonfe,
To hide the slider navigations please go to ‘Appearance > Customize > Additional CSS’ and paste the below Custom CSS Code.
.post-slider .owl-nav { display: none; } .post-slider .post-slider-header { padding-right: 0; }
Thanks
Thanks for the prompt response
Welcome anytime @jschonfe