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!
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.