Change color of image border
-
Hi There!
I added a photo slider to some of the pages on my site and I would like to change the background framing/border color from grey to black. I can not figure out for the life of me how to do it. Also, I do not want the color change to affect the other image border colors on my site.
Here is the link to one of the internal pages that the image gallery is on: http://66.147.244.89/~leaddog1/latenighthealth/avenues.html
The image galleries are on all the pages on that left navigation on the link above. I would like them all back.
Thanks so much for your help! You guys are the best!! 🙂
Add this to Graphene Options –. Display –> Custom CSS
.sliderWapper {
border: 20px solid #000000;
}
.sss-controlNav {
background: none repeat scroll 0 0 #000000;
border-top: 20px solid #000000;
}
.sss-controlNav img {
border: none !important;
}Marking thread as resolved. You can do this yourself as well.
This was resolved however today it is gone?? Not sure what’s happening. Now the gallery slider is grey and black??
Try this,
.sliderWapper {
border: 20px solid #000000 !important;
}This is so weird. It reverted back to the grey again. That and now my pics are all distorted. Looks like they are zoomed in on. Would framing both the photo gallery and all the pics on the site in black, rather than trying to have some black and some grey, work better? I am fine with that if it is a better option.
Viewing 8 posts - 1 through 8 (of 8 total)
- You must be logged in to reply to this topic.