I was able to get the look you want with the attached file (example that fits my test site, your slider may be a different size) and the following code was added in striking.. general.. custom css.
.home #feature { background-color:transparent; background-image: url('url to your image'); background-repeat:repeat-x; }
Hi KaptinLin, I'm familiar with basic html and css and will be making the edits myself.
Thanks Tony, I've tried your suggestion and it seems to do the trick - but I lose the 'gradient light' that gives the slideshow header more depth. Is there any way to do it and to keep the radial light gradient that sits on top?
Thanks Tony, but I mean the radial-light-effect-gradient that makes the center brighter like in the original theme. In the original theme it's a seperate image layer that sits on top as a transparent png. I can't get it looking the way I want by integrating it into the backfround image, since that's a slice that repeates horizontally.
Great thread, and thanks for a great theme! I'm sure support is never-ending task..
One more question for you though. Will this change affect the feature area site wide or just on the home page? Judging by the css I'm guessing just the home page. I'd like to reduce the height of the feature area site wide so it isn't so tall. Is there different css to use?
As I dug through the css it looks like the css across the site calls out the id 'feature' and it looks like 'inner'. Can you point me to a sample of how I can swap out that inner image or will the css above for .home #feature do the trick?
Thanks. That actually helped to move the feature text up or down which I needed to do. I ended up removing the top and bottom shadows, changing the image and altering the .page #feature height to do the trick. Took some playing around but I'm happy with it.