Home › Forums › Theme support › Overlay Button On top of Home page Slider › Reply To: Overlay Button On top of Home page Slider
Ok, you can try this CSS code:
#cycle-prev, #cycle-next {
display: none !important;
}
.image_nav .flex-control-nav li a img {
display: none !important;
}
.default_dots #cycle_nav, .image_nav #cycle_nav {
bottom: 20px !important;
opacity: 1 !important;
}
.image_nav .flex-control-nav li a {
display: inline-block;
width: 20px;
height: 4px;
background: #fff !important;
}
.image_nav .flex-control-nav li.activeSlide a {
top: -4px !important;
position: relative;
Add it to the end of your style.css file, it should do the job.