Home Forums Theme support Celano – Allslider: link doesn't work Reply To: Celano – Allslider: link doesn't work

Hi,

you can try this css code (add it in WP admin -> Appearance -> Theme Options -> General -> Extra CSS Content):

.cycle_element a span {
position: absolute;
top: 0;
bottom: 0;
right: 0;
left: 0;
height: 100%;
width: 100%;
text-indent:-10000px;
}
.cycleslider .slider_overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: 230;
max-width:100%;
}