Making the Prev and Next icons always visible in Slimbox.

Adds a Lightbox slideshow to your products.
Post Reply
norman
Site Admin
Posts: 1252
Joined: Sat Feb 07, 2004 9:55 pm

Making the Prev and Next icons always visible in Slimbox.

Post by norman »

If you're using the Slimbox variant, the following will make the Prev and Next icons always show.

Edit slimbox.css (in your Site folder).

Look for the line (about line 42):

Code: Select all

#lbPrevLink:hover {
Change it to:

Code: Select all

#lbPrevLink:link, #lbPrevLink:visited, #lbPrevLink:hover {
Look for the line (about line 50):

Code: Select all

#lbNextLink:hover {
Change it to:

Code: Select all

#lbNextLink:link, #lbNextLink:visited, #lbNextLink:hover {
Norman
Post Reply