Hello,
I would like to know if it is possible to use a custom image background to create something similar to this while using the stretched layout:
http://www.questarpools.com/international_pool_designer_gallery.htm
I can create the content using a color section but I cannot change the background while using stretched layout.
Basically, I want to have a custome image background while using stretched layout. Is that possible?
Hey jorgepavajeau!
Yes you should be able to use just a color section to do that. You can set it’s height to 100% of browser height. The only problem would be if your content is bigger than the screen then the user would have to scroll down.
I viewed your link and it looks like you’ll want to set the layout to no sidebar and disable the footer and socket.
Best regards,
Elliott
Thank you for your reply, I do have that part down. What I would like to achieve, is having the full image background and then on top of that have a color section that is just black with a transparency.
Kind of like a color section within a color section if that makes sense. Is that possible? If not, would there be a way to achieve that effect?
Hey!
Add a codeblock over to your color section and add this inside.
<div style = "width: 50%; height: 50%; background: rgba(0,0,0,0.4);">
some content
</div>
That will create a transparent black layer on top of the color section.
Best regards,
Elliott
Thank you.
That worked.