Home › Forums › Theme support › Celano – Allslider: link doesn't work › Reply To: Celano – Allslider: link doesn't work
Ah, now I can see the problem, the link is there but it’s not clickable. It’s a problem with the z-index of the layers, but it’s easy to solve. Please go to WordPress admin -> Appearance -> Theme Options -> General -> Extra CSS Content and add this:
.cycleslider .slider_overlay {
z-index:inherit;
}
This css code should solve the problem