WinsomeWorks
Oct-28-2009, 06:45 PM
I've tried a few things for removing or changing certain slideshow buttons. Am not having much luck, even after lots of digging around this site & Smug.
I'd prefer to have at least an "arrow forward" button and "arrow back" button somewhere on my homepage stretchy slideshow. I'd be thrilled if they were small & unobtrusive, unlike the default ones I have now. But I'd love to get rid of the pause & start button that's smack-dab in the middle for awhile when the show starts. So far, I've tried adding this to my CSS; thought this was supposed to remove the pause/start button:
.play_slideshow {
display: none;
}
That didn't do the trick. It's still in my CSS, however. I also tried adding this to my bio box: showStartButton: 'false',
showButtons: 'true',
because I thought the combo would achieve this (showing arrows but not the one in the middle). That's still in my bio. too, but it didn't work either. I saw no changes from any of these additions. What should I be doing instead? Or is there a tutorial around somewhere that would give options for smaller buttons or just arrows? Should this be in the hack thread instead? If nothing else works, I guess I'll just remove altogether, & I know how to do that. But would rather change them than remove them.
I'd prefer to have at least an "arrow forward" button and "arrow back" button somewhere on my homepage stretchy slideshow. I'd be thrilled if they were small & unobtrusive, unlike the default ones I have now. But I'd love to get rid of the pause & start button that's smack-dab in the middle for awhile when the show starts. So far, I've tried adding this to my CSS; thought this was supposed to remove the pause/start button:
.play_slideshow {
display: none;
}
That didn't do the trick. It's still in my CSS, however. I also tried adding this to my bio box: showStartButton: 'false',
showButtons: 'true',
because I thought the combo would achieve this (showing arrows but not the one in the middle). That's still in my bio. too, but it didn't work either. I saw no changes from any of these additions. What should I be doing instead? Or is there a tutorial around somewhere that would give options for smaller buttons or just arrows? Should this be in the hack thread instead? If nothing else works, I guess I'll just remove altogether, & I know how to do that. But would rather change them than remove them.