Change border color and move arrows

Discussion in 'ColorWay WordPress Theme' started by sergiodiaz53, Nov 29, 2012.

  1. sergiodiaz53

    sergiodiaz53 New Member

    Joined:
    Oct 7, 2012
    Messages:
    6
    Likes Received:
    0
    Hi there,

    It's possible to change the color of the grey border arround the web page? I have set the background in white for mix the background and the front page.

    Take a look in: http://bit.ly/V8r2jg
    It is easy to see but difficult to explain.

    The other question is about the arrows in the slider. Can I move it to a little bit upper? If you enter in web you will see that the left one is on the text.

    Thanks a lot, you are very helpful guys!
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    1.For your first issue

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

    Code:
    .container{
    box-shadow: inset 0 0 1px red!important;
    }
    Inplace of "red" put your color code.

    2.For your second issue

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


    Code:
    #slides a.next {
    margin-top: -40px;
    }
    #slides a.prev {
    margin-top: -40px;
    }

    This will solve your issue.
     
    lilboatsman likes this.

Share This Page