• Resolved guenther999

    (@guenther999)


    Hallo,

    bei Verwendung des Plugins werden die Fehlermeldungen im Checkout als roter Text auf rotem Hintergrund angezeigt, ist also nicht lesbar.

    Ich bin das Problem vorübergehend mit einem CSS Code umgangen.

    /* Ändert nur die Textfarbe der Fehlermeldungen auf Weiß */ .woocommerce-error, .woocommerce-error li, .woocommerce-error li a, .woocommerce-NoticeGroup-checkout [role=”alert”] { color: #ffffff !important; }

    Das sollte aber keine Dauerlösung sein.

    mfg

    Günther

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Diana Burduja

    (@dianaburduja)

    Hello @guenther999,

    the issue with the red colored text on the red background is unrelated to the Multi-Step Checkout for WooCommerce plugin. That can be easily verified by deactivating the plugin and see that the text turns red when your CSS rule is removed and white when your CSS rule is reapplied.

    The red color originates from the “Link Color” setting found under “WP Admin -> Divi -> Theme Customizer -> General Settings -> Typography”. The individual error messages, like “First Name is mandatory”, are in fact links, therefore they adopt the color defined by the “Link Color” setting in the Divi theme.

    Thread Starter guenther999

    (@guenther999)

    Hello,

    thank you for the information. Since not all error messages were links, I made a mistake during testing. Thank you for the quick help.

Viewing 2 replies - 1 through 2 (of 2 total)

You must be logged in to reply to this topic.