On a stretched layout, I put a page wide background picture (via ‘Color section’)
On top of it, I put some text blocks, but I want the textblocks to have a semi transparent white background. Or as an option, to have the whole container (page content width) a semi transparent white background.
Can you give me an idea how to create this in Enfold?
Hey sberendss!
Instead of a textblock use a codeblock and add this around your text.
<div style = "padding: 20px; background: rgba(255,255,255,0.5);">
your text here
</style>
Regards,
Elliott
Thanks Elliott that works fine.
Limitation is that we can’t use Avia elements in it, so maybe it would be a nice improvement of the theme to have the possibility to put a ‘color section’ into a ‘color section’ to generate a second level.
But for now thanks, case closed.