rdub wrote:Any idea as to how I might add a colored section the same height as the slider that goes across the page?
Hi rdub,
All the views are open to modifications, so it isn't a problem to add whatever you want. Just put a
div element around the slider and add the necessary styles to it. I guess putting a background image will do the job just fine.
<div class="myColoredSection">
call the sliders here</div>
.myColoredSection
{
background: red or blue or url("images/backgroundColorSection.png")
}Hope this helps!