How to make entire slider image clickable
-
Topic
-
Is it possible to make the entire slider (image) clickable instead of just having that little arrow on the top left hand side? Here is what I am thinking but just wanted to run it by you first to see your thoughts as to if this change will cause problems in other areas of the theme.
element-slider .slide .image-link {
background-image:url(http://exampledomain.com/wp-content/themes/alyeska/assets/images/slider-icons.png);
background-position:0 0;
background-repeat:no-repeat no-repeat;
bottom:inherit;
display:block;
height:100%;
left:10px;
opacity:0.7;
position:absolute;
right:inherit;
text-indent:-9999px;
top:10px;
width:100%;
- The forum ‘Alyeska Responsive WordPress Theme’ is closed to new topics and replies.