See this look:
This is what I want to achieve with a stretched layout. It looks boxed but it is a full width slider
I put the stripe image in the background. Gave the color section special code: back
Put in this code:
#back.container { padding: 10px; background-image: url(‘http://www.sandlakecountryinn.com/wp-content/uploads/2015/04/burg-stripe.png’);
}
But it covers the entire page.
I want the section where the text shows to be the lighter color. How do I do this? I cannot put a color section inside another color section.
Thanks for you help. I am at the end of my rope trying to achieve this look and know I am missing something.
The site is not live so I cannot provide a link.
Hi,
Can you post the link to to that page?
Regards,
Josue
I told you no I cannot post a link. The site is hidden on the server.
I just want the stripe to be the background to show only on the sides and the content to be in the lighter section.
This was done with PHOTO shop. I cannot achieve this look in Enfold. Is it even possible? I have tried everything I know to do.
Thank you
Hi!
It’s possible, set the background image in the actual section settings popup and set the inner container background via CSS:
#section .container{
background: beige;
}
Regards,
Josue