Change color around front page slider

Discussion in 'Andrina WordPress Theme' started by kmld_521, Oct 2, 2013.

  1. kmld_521

    kmld_521 Guest

    Joined:
    May 12, 2013
    Messages:
    24
    Likes Received:
    0
    Hello,

    I was able to set my color for the body and the background but need to change the white color of the wrapper around the outside of the front page slider please.

    Website: http://www.khamsaartisana.com

    Thanks,

    I love your themes!
     
  2. Nitesh

    Nitesh Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    5,165
    Likes Received:
    160
    Hello,

    It's an image "top-frame.png". So go to the
    Theme directory > images and edit it "top-frame.png" through Photoshop or any other image editing tool.
     
  3. kmld_521

    kmld_521 Guest

    Joined:
    May 12, 2013
    Messages:
    24
    Likes Received:
    0
    Thank you, I did change the "top-frame.png" image but there seems to be more that needs done. There is still a white border around the bottom, sides and even around the "top-frame.png" image. What are the other images I need to change to get the border to match the background on my site?
     
  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:
    #example {
    background-color: red;
    }
    #container {
    background-color: red;
    }
     
    #slides {
    background-color: red;
    }
    
    Inplace of "red" put your color code.
     
  5. kmld_521

    kmld_521 Guest

    Joined:
    May 12, 2013
    Messages:
    24
    Likes Received:
    0
    We are almost there! Ty for the last snippet of code. I applied it and now have two more "spots" to fill in. There is still a thin white line on the right and a thicker white line on the left of the slider.

    What am I missing?
     
  6. 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:
    .slides_container {
    background-image: none;
    background: #EBD7A4;
    }
    #container {
    background-image: none;
    }
    
     

Share This Page