---
title: "Always Show Carousel Arrows Virtue"
source: "https://docs.nexcess.com/software/kadence/always-show-carousel-arrows-virtue/"
description: "To force the navigation arrows to always be visible on your site's carousels, regardless of their hover state, add this CSS to Theme Options> Advanced Settings:…"
vertical: "Software"
area: "Kadence"
date: "2021-07-31"
last_modified: "2021-07-31"
---

# Always Show Carousel Arrows Virtue

To force the navigation arrows to always be visible on your site’s carousels, regardless of their hover state, add this CSS to Theme Options> Advanced Settings:

```
.kt-slickslider .slick-next, .kt-slickslider .slick-prev {
    opacity: .6;
}
```
