I added an additional overlay on top of the default, but it’s just hiding what’s already there. (the four buttons at the bottom)
http://f78.5eb.myftpupload.com/
Here’s what it looks like with a blue “default” overlay, and my overlays on top of it at 50%. I can change the color of the default overlay, but I can’t get rid of it.
.button1 figure.animated-overlay > a:hover {
background-color:rgba(132, 21, 43, .5);
}
.button2 figure.animated-overlay > a:hover {
background-color:rgba(140, 183, 188, .5);
}
.button3 figure.animated-overlay > a:hover {
background-color:rgba(167, 196, 61, .5);
}
.button4 figure.animated-overlay > a:hover {
background-color:rgba(243, 123, 33, .5);
}