Overlay on an image?

I’m trying to figure out how to create an overlay over the image to make the white text stand out

http://elencanto.lukesspot.com/contact.php

Try with a bootstrap modal check this link Bootstrap Modal

You coud use an rgba background.

e.g.

.carousel-caption, .img-caption{
    background:rgba(0,0,0,0.6);
    padding:20px;
}
2 Likes

[off-topic]
Looks like you had shift down too soon here:-

<form method+"post" action="contact.php">

That should be =

3 Likes

thanks all, I dont know how to do the modal thing? Its using Bootstrap v2.3.7

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.