• Resolved RamonaEid

    (@ramonaeid)


    Using CSS, how do I change the background color of the Validation Error to yellow and increase the font-weight to Bold?

    I have tried the CSS Tab in the Form and my Child Style Sheet, but have not been successful. I need help, please.

Viewing 1 replies (of 1 total)
  • Thread Starter RamonaEid

    (@ramonaeid)

    For anyone struggling with this, I finally resolved with by using the CSS Tab and this code:

    .wpcf7-not-valid-tip {
    background-color: #ffff00 !important;
    font-weight: bold !important;
    }

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