Kadence
Always Show Carousel Arrows Pinnacle
To always display the carousel navigation arrows on your site, add this CSS to Theme Options> Custom CSS:
.carousel_outerrim .next_carousel, .carousel_outerrim .prev_carousel, .carousel_slider_outer .next_carousel, .carousel_slider_outer .prev_carousel {
ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
filter: alpha(opacity=60);
-moz-opacity: .6;
-khtml-opacity: .6;
opacity: .6;
}
Filed under
Uncategorized
Was this page helpful?
Thanks for the feedback!