Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #690568

    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

    #692180

    Hey gonzobrum,

    try this for your overlay color:

    .image-overlay {
    background: rgba(0,128,0, 0.9);
    }
    

    and adjust as needed.

    Best regards,
    Andy

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.