Fancy divider in front of home slider

I need to place a fancy divider over the bottom part of the home slider so that the slide background images takes on the shape of fancy divider.. I hope I'm making sense.

Here are the settings I've used so far... 

Fancy Divider settings
--------------------------------
Style: Circle Down
Color Top: transparent
Color Bottom: #404040

CSS 
-------
.fancy-divider {
margin-top: -90px;
}

I'm thinking that a z-index should be added somewhere to bring the fancy divider to the front... not sure where to add it.

Any help would be greatly appreciated.




Comments

Sign In or Register to comment.