• Resolved frentzo

    (@frentzo)


    Thanks for this plugin! Nice to change many thing fast.

    One bug: When I change the input fields(background-color) in the correct place of the divi builder style options, it changes only the first time after a refresh. When I refresh again it gives me the old style of these input fields.

    When I inspect this element in the browser and look who or what is overruling my settings I found out that it is itself: /wp-content/plugins/cf7-grid-and-styler-for-divi-premium/styles/cf7-divi/style.css?ver=1.3.0

    CSS:
    section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-captchar, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-date, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-number, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-quiz, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-tel, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-text, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-textarea, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-url {
    background-color: #eee;
    }

    Why is this happening?

    Wordpress and all other plugins are all updated(latest versions)

    Kind regards,
    Lampie

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter frentzo

    (@frentzo)

    When I overrule these CSS lines in ‘page with cantactform7 > page settings > advanced > custom CSS’ It finally stays the color I want.

    The CSS code I had to put in:

    section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-captchar, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-date, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-number, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-quiz, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-tel, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-text, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-textarea, section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-url {
    background-color: #333333!important;
    }
    section.et_pb_wpt_contact_form_7 .wpcf7 .wpcf7-select {
    background-color: #333333!important;
    }

    Kind regards,
    Lampie

    Plugin Author wptools

    (@wpt00ls)

    Thanks @frentzo. I am glad you figured it out ??

    Have a great day !

    Kind Regards

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘input fields overruled plugin itself’ is closed to new replies.