Before you ask please READ THIS

Delete shadow in Album

edited January 2013 in Hypershot Posts: 39
Hi

I have created several albums and would like to delete the shadow that appears when you do a roll over in the "next" & "previus" buttons on the right and left.

Thanks
G
shadow.jpg
400 x 249 - 29K

Comments

  • AirAir
    Posts: 10,970
    Hello,

    use this custom CSS

    .prev-parent, .next-parent{
    background-image: none;
    }
    .lt-ie10 .prev-parent, .lt-ie10 .next-parent{
    background-color: transparent;
    }
    With regards.
  • Yes!

    That did the work

    Thanks
Sign In or Register to comment.

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!