Hide Slideshow Nav buttons dark background
aliasant
Registered Users Posts: 7 Beginner grinner
This is driving me nuts.
I really need to get rid of the black squarish background on the slideshow nav buttons.
i also would like the arrows, play and fullscreen button to sit tighter to the image frame but htats for later.
Please help.
Here is the fix provided by Allen:
I really need to get rid of the black squarish background on the slideshow nav buttons.
i also would like the arrows, play and fullscreen button to sit tighter to the image frame but htats for later.
Please help.
Here is the fix provided by Allen:
.sm-slideshow-fullscreen-button, .sm-slideshow-nav .sm-button, .sm-slideshow-play, .sm-slideshow-play-pause { background:none !important; }
0
Comments
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Site with problems: http://martinrodensjo.smugmug.com/
--- Denise
Musings & ramblings at https://denisegoldberg.blogspot.com
Hmm.
First page ( home) has a slideshow playing.
The back and forth arrows are far out on each side and then theres the Play/paus and fullscreen buttons as well.
When using a mobile the black background behind the buttons look awfull and they are quite bad in regular view too. I just want to get rid of the button background. Then I can add a simple shadow behind the buttons so that they are clearly visible even on light backgrounds.
My Website index | My Blog
Then I tried this but it didnt do the trick
Any ideas?
Thanks.
See if this works. It's a start:
.sm-lightbox .sm-lightbox-close, .sm-lightbox-nav {
background-color: rgba(0,0,0,0)!important;
}
Dave
That didn't seem to work for me.
This following snippet worked - for now anyway ; )
/* Removes background color from Nav buttons in Lightbox mode, etc. */
:root * > .sm-user-ui .sm-lightbox .sm-lightbox-panel,
*:root * > .sm-user-ui .sm-lightbox .yui3-widget-hd .sm-lightbox-tools .sm-button,
*:root * > .sm-user-ui .sm-lightbox .sm-lightbox-nav {
background-color: rgba(0, 0, 0, 0);
}