• Resolved menguyen89

    (@menguyen89)


    Hello,
    Can you help me change the background image/ border of my slider? Right now it’s currently white and I’d like to change it, say black

    I’m running Coller Pro theme.

    My site is http://chronicledbillionaire.com

    here’s the slider css snippet:

    /*slider*/
    #slider-wrapper {
    margin: auto;
    width: 1090px;
    clear: both;
    }
    .bxslider {
    display: block;
    margin: 0px;
    clear: both;
    }
    .bxslider li img {
    }

    Any help is greatly appreciated.

    Thanks,
    Matt

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hello Matt!

    I have checked out your site, and I think this CSS code will help you:

    .bx-wrapper .bx-viewport {
      background: none repeat scroll 0 0 #000000;
      border: 5px solid #000000;
    }

    If you have a child theme installed (you should have one, because that way you can ensure that your modifications won’t be deleted when you update WordPress or your theme) or the easier way to install Simple Custom CSS plugin and paste this code to Appearance->Custom CSS. If you use the plugin, it is possible that you will have change slightly the code, if it doesn’t change the slider border color to black, please add !important after the #000000 with a space between them.

    Please let me know if this solved your issue.

    [signature removed per forum etiquette]

    Thread Starter menguyen89

    (@menguyen89)

    HEY Toth Balint BT!

    IT worked! You don’t know how much reading and fiddling with the code to do this 😀

    Thank you thank you!!!
    Matt

    You are welcome! 🙂

    I am glad that I could solve the issue for you. If you have any more questions, just feel free to drop a line here.

    Have a nice day!

    [signature removed per forum etiquette]

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Change slider background/border’ is closed to new replies.