Close

Colored section across page

rdub
12 years ago
#251 Quote
Avatar
  • 5
Any idea as to how I might add a colored section the same height as the slider that goes across the page?
Support
12 years ago
#254 Quote
Avatar
  • Moderator
  • 1044
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!