Change Hover on Next & Previous (slideshow)

audience / 2012-10-20 22:04:42   

Hi,

I wish to change the hover action specifically for the Next and Previous button from the Slideshow 1.2 beta.

Any1 know how?

audience / 2012-10-20 22:06:30   

bjornstensson.se/index.php/graphic-design/

Here you can see how they act up on me, dont like it at all :)
But its only for those to links, for the rest I still want the transform function.

bipster / 2012-10-21 07:04:36   

You must add the following to your styles.css file:

  1. #slideshow-nav #Previous a:hover {
  2.     text-transform: none;
  3. }
  4. #slideshow-nav #Next a:hover {
  5.     text-transform: none;
  6. }
audience / 2012-10-24 00:08:50   

bipster your the man, worked awesome.

This thread has been closed, thank you.