Edit The Background Of The Post Carousel Slider Arrows
Introduction
Follow this step to edit the background of the Post Carousel slider arrows.
Step 1: Add CSS
Use this CSS to edit the background of the Post Carousel slider arrows.
.et_pb_de_mach_acf_slider_containter .slick-next:before, .et_pb_de_mach_acf_slider_containter .slick-prev:before, .et_pb_de_mach_acf_slider_containter_nav .slick-next:before, .et_pb_de_mach_acf_slider_containter_nav .slick-prev:before {
color: white;
background-color: #000000cf;
}