Before you ask please READ THIS

Modification of thumbnails list

edited November 2013 in Hypershot Posts: 36
Hi Air!

Is it posible to get custom CSS for tumbnails list like you did on this topic?
http://support.apollo13.eu/discussion/1006/mouseover-darker-thumbs-in-slider-album-and-brick-theme-to-normal-thumbs#Item_13

That there is no loupe and that thumbs are darker...and when you mouseover they are normal.

Thank you!

Post edited by Yield on

Comments

  • AirAir
    Posts: 10,970
    Hi there:-)

    Try this CSS:

    ul#thumb-list li{
    position: relative;
    }
    ul#thumb-list li:before{
    visibility: visible;
    }
    ul#thumb-list li:after{
    display: none;
    }
    ul#thumb-list li:hover:before{
    visibility: hidden;
    }
    With regards.
  • Posts: 36
    Air for president! :)
    Thank you,best suport ever!
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!