Change color of image border

  • Bekah

    #6221

    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!! 🙂

    Anonymous

    #33704

    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;
    }

    Bekah

    #33705

    Works PERFECTLY. Thank You!!

    Anonymous

    #33706

    Marking thread as resolved. You can do this yourself as well.

    Bekah

    #33707

    This was resolved however today it is gone?? Not sure what’s happening. Now the gallery slider is grey and black??

    http://66.147.244.89/~leaddog1/latenighthealth/avenues.html

    Anonymous

    #33708

    Try this,

    .sliderWapper {
    border: 20px solid #000000 !important;
    }

    Bekah

    #33709

    Works! Thank you, you guys are the BEST!! 🙂

    Bekah

    #33710

    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.