Can i put a picture as the slider background?

Discussion in 'SpotMoto WordPress Theme' started by kerristevens, May 10, 2013.

  1. kerristevens

    kerristevens Guest

    Joined:
    Feb 13, 2013
    Messages:
    18
    Likes Received:
    0
    Hello Guys,

    You are great! Can you please tell me how to put an image behind the slider/carousel?
    Instead of having just a plain color, I would like to put a colorful image of something.
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    #carousel-full{
    background-image:url(Enter your image address here);
    }
     
  3. hubmix

    hubmix New Member

    Joined:
    Jul 16, 2013
    Messages:
    6
    Likes Received:
    0
  4. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Hello,

    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS

    Code:
    .slider_container {
    background-image: url(Enter your image address);
    }
    This will solve your issue.
     

Share This Page