• Resolved rabox66

    (@rabox66)


    Hi everybody,
    I am currently working on the relaunch of a site that uses CF7. I migrated the site to a staging area and added Divi as a new theme. Now I am working on it and I realize, that the CF7 forms are not displayed correctly. The placeholder text ist not displayed in the new site (using Divi)

    An example:
    ORIGINAL: https://www.schott-acting-studio.de/en/summer-acting-intensive/
    RELAUNCH: https://www.schott-acting-studio.de/relaunch/en/summer-acting-intensive/

    In both cases the code within CF7 is:

    [text* vorname class:cf7_neu_vorname placeholder “First Name*”]
    [text* nachame class:cf7_neu_nachname placeholder “Surname*”]
    [email* email-722 class:cf7_neu_email placeholder “Email*”]
    … and so on…

    Does anybody know more about that?
    Thank you!
    Raphael

    • This topic was modified 2 months, 3 weeks ago by rabox66.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    .et_header_style_fullscreen input::placeholder {
        color: #fff;
    }

    As it is explicitly defined in the stylesheet, it is not a conflict but the theme’s design.

    Thread Starter rabox66

    (@rabox66)

    Thanks! And sorry at the same time! I must have been blind. ??

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