View Full Version : Slideshow Border Color
SPJim
Dec-05-2006, 04:34 PM
How do I change a slideshow image border color?:dunno
Andy
Dec-05-2006, 04:39 PM
How do I change a slideshow image border color?:dunno
Can we see your site? Which slideshow, on the page (gallery style) or the slideshow hack? :ear
SPJim
Dec-05-2006, 04:46 PM
Can we see your site? Which slideshow, on the page (gallery style) or the slideshow hack? :ear
http://www.smugmug.com/gallery/1839839
body.category_CHSColors {
font-family; trebuchet, verdana, tahoma;
font-size: 12px;
height: 100%;
background: #ff6600;
color: #000066;
}
.category_CHSColors .title {color:#000066;}
#feeds {display:none;}
.cartlink_footer {display:none;}
.play_slideshow {display:none;}
.slideshow.toolsbox {display:none;}
Above is the address and the CSS mods I have made. Everything I have works for the category CHSColors but I'm not sure what to add to change the border color on the slideshow images or what to add to get rid of the three horizontal lines.
Thanks mucho...
Andy
Dec-06-2006, 04:35 AM
for the image border:
a img.imgBorder,
.imgBorder {
border-color: #XXXXXX;
}
and this for the lines:
.slideshow .top_border,
.slideshow #albumNav_top {border: none;}
SPJim
Dec-06-2006, 05:26 AM
for the image border:
a img.imgBorder,
.imgBorder {
border-color: #XXXXXX;
}
and this for the lines:
.slideshow .top_border,
.slideshow #albumNav_top {border: none;}
Thank you Andu...greatly appreciated.
vBulletin® v3.8.5, Copyright ©2000-2012, Jelsoft Enterprises Ltd.