I'd like to change the color of the black background behind the slider in the default skin. Even better I'd like to be able to put an image there.
Can anyone help me?
Rick
I'd like to change the color of the black background behind the slider in the default skin. Even better I'd like to be able to put an image there.
Can anyone help me?
Rick
Hey,
open up css/style1.css and search for following code:
#wrapper_featured_area{
background: #f8f8f8 url('../images/skin1/bg.png') repeat-x left -805px ;
}
You can change the background color & image path or just replace the bg.png with your image file.
You must log in to post.