http://www.antonissen.org/wordpress/
is it possible to show the thumbnails permanently in the scrolling slider instead of only on a mouseover?
(2 posts)
(2 voices)
http://www.antonissen.org/wordpress/
is it possible to show the thumbnails permanently in the scrolling slider instead of only on a mouseover?
Hello roderickvs,
You'll need to comment out lines 395 - 400 in /wp-content/themes/elegance/style.css,
/*.slider_nav_thumb #slider_module_inner:hover .slider_nav{opacity:1;height:56px;}
.slider_nav_thumb .slider_nav a{opacity:.6;
-webkit-transition:all .5s ease;
-moz-transition:all .5s ease;
-o-transition:all .5s ease;
transition:all .5s ease;}*/
And change line 389 from this,
.slider_nav_thumb .slider_nav{position:absolute;background:url(styles/_rgba/black50.png);background:rgba(0,0,0,.5);padding:0 10px;bottom:32px;opacity:0;height:0;overflow:hidden;
To this,
.slider_nav_thumb .slider_nav{position:absolute;background:url(styles/_rgba/black50.png);background:rgba(0,0,0,.5);padding:0 10px;bottom:32px;overflow:hidden;
You must log in to post.