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

    Hi,

    I have spend days trying to figger out to place a transparent textfield over a picture. But whatever option I try, I can not find transparent.

    What I mean is to see on http://www.intnaturehiking.nl. If you scroll down on the homepage, you see a picture of a man with text through the photo in a grey/black transparent field. The text starts with ‘Even voorstellen’.

    How do you do this in Enfold? Is it possible?

    Thank you! Anouk

    #864461

    the website should be http://www.intonaturehiking.nl. The O was missing. Sorry!

    #864645

    Hi,

    There is nothing like that by default in the theme, but you can try to set the background of the element in questions to something like this:

    .your-element {
      background: rgba(0, 0, 0, 0.6);
    }

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.