Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #377092

    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?

    #377484

    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

    #378842

    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.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Transparent Text Box over Background Image’ is closed to new replies.