Color Adjustment Help

Love the template. Had two questions -- 1. How do I adjust the color of the bottom border and 2. How do I adjust the color of the border of the slideshow. I have attached an image that points out the specific spots I am talking about.

Attachment 21150

3 answers

Profile photo of Saguaros 0.00 $tone May 11, 2012
Public

Hi sully3785,

-- Please have a look at this image in demo slide: http://magento-themes.joomlart.com/j…-1_960_410.jpg
It’s border of image so you just need to edit your image.

-- With the second border, it locates in theme.css:

Code:

#ja-slideshow .wrap1 {
    background: url("../images/bg-shadow-01.png") repeat-x scroll left 270px transparent; 
    padding-bottom: 30px;
}

The image named ‘bg-shadow-01.png’ is set as background of this border so you can chang color of this image to your own color.

Hope this helps.

#1

Please login or Register to Submit Answer

Written By

Comments