Hi
My client wants to have a grid of 6 image buttons on his home page. (<ahref=”http://www.chipponsfordcounselling.co.uk”>http://www.chipponsfordcounselling.co.uk/)
Ideally he wants the buttons to appear as they do now (tree images) but when the mouse is over the images he wants them to turn 90% green.
At the moment the buttons have the overlay in the initial state I want the overlay to appear when they are hovering over the image, is that possible?
Many thanks
Terry
Hey gonzobrum,
try this for your overlay color:
.image-overlay {
background: rgba(0,128,0, 0.9);
}
and adjust as needed.
Best regards,
Andy