Slider Contact Form Background

Discussion in 'Local Business WordPress Theme' started by erday, Nov 27, 2012.

Thread Status:
Not open for further replies.
  1. erday

    erday New Member

    Joined:
    Nov 16, 2012
    Messages:
    4
    Likes Received:
    0
    I would like to add custom background graphic to the area behind the "Slider" and "Contact Form". How can I do This?
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    Paste this code in Custom CSS
    Appearance > Theme Option > Styling Option > Custom CSS


    Code:
    .signup {
    background: red!important;
    }

    Inplace of "red" put your color code.
     
  3. erday

    erday New Member

    Joined:
    Nov 16, 2012
    Messages:
    4
    Likes Received:
    0
    HI Gourav,

    Thanks for the quick reply! I think you misunderstood me. I want to place a background graphic in this area, not just change the color.

    Earl
     
  4. erday

    erday New Member

    Joined:
    Nov 16, 2012
    Messages:
    4
    Likes Received:
    0
    I think you must have missed my reply. I need to know how to add background image behind the "Slider" and "Contact Form" not just change color.

    Earl
     
  5. Harmeet

    Harmeet Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    360
    Likes Received:
    15
    Hello,

    Instead of adding color code you can add the path of the image, it will change the the background of the "Slider" and "Contact Form"
    Code:
    .signup {
    background:url(put your image path here) ;
    }
     
  6. erday

    erday New Member

    Joined:
    Nov 16, 2012
    Messages:
    4
    Likes Received:
    0
    Thanks! Works Great.

    Earl
     
Thread Status:
Not open for further replies.

Share This Page