Hi all,
First time writing here, I bought a zemez template ver. 2.3.4. I want every photo of the slider to go to a link.
If I put that code it ruins the slider the next banner is going down and the buttons dissappear.
Any suggestions?
It's year later so probably you don't need help anymore but I'll leave an answer here for future reference.
<a href="/example-url"></a>
.sp-slide .sp-layer { width: 100%; height: 100%; > div { a { display: block; width: 100%; height: 100%; position: absolute; left: 0; right: 0; top: 0; bottom: 0; } } }