I have one image and want to put on it image overlay, witch code can i use ? i fined portfolio-overlay and carousel-overlay but i need use overlay for one static image
image overlay
6 replies · opened Sep 21, 2017
from a user: so the way I have done it is by creating a container to house the background image. Then I place the overlay image inside its own div but inside the same parent container. I also place a text overlay to describe the image or make a statement- if desired.
example:
Section style="background: url('your bottom image path here') ; background-size: ;"> <br> <br> <br>

</div>
<div style= "text-align: center;" class="portfolio-desc">
<h3>This is my top picture - isn't it great!</h3>
</div>
<br> <br>
</Section>Not sure if support would agree but this works for me.
use you own padding amounts to position the elements the way you want.
By nesting, each image and text is placed over the backgound image.
Sorry a line of text was cut off from a div in the code- correct version:
<Section style="background: url('your picture') ; background-size: ;"> <br> <br><br>
<div>

</div>
<div style= "text-align: center;" class="portfolio-desc">
<h3>Blah Blah Blah </h3>
</div>
<br> <br></Section>
Not sure why this support text box keeps dropping some of my respnse- this line keeps dropping out. It goes inside the first div


support time didn't answer me ?
[sb_private_reply]No - It takes awhile for them to respond... so I told you what works for me. Sharing is caring.[/sb_private_reply]
create a section or div with a background picture... then place a div inside with your overlay picture or text- like this....

Blah Blah Blah
Hello,
Thanks for your Patience!
Consider using the following code:
[

](images/portfolio/4/5.jpg)Also make sure that you use this inside a Grid/Column or use the max-width CSS Property on the Image to make sure the Image is responsive.
This will definitely work fine. Hope this Helps!
Let us know if we can help you with anything else or if you find any further issues.
Have the same question, or something new?
Sign in to the Canvas dashboard to reply or open your own topic. Canvas owners get direct help from the SemiColonWeb team.
Reply on the dashboard