• Hello all,

    I’ve been taking others’ advice on how to change the colored background of the success screen in Contact 7, but nothing has worked. I’d rather not change the plugin code, so have been working in my theme’s css file.

    Anyone have an idea of what’s wrong?

    This is what the end of my custom.css file looks like for Thesfile.com/contact:

    }
    div.wpcf7-validation-errors {
    clear: left;
    }
    div.wpcf7-mail-sent-ok {
    border-style:none;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Srgushee

    (@srgushee)

    This is the bit of code that should help resolve the issue, but although it’s sitting in my css file it’s not affecting my contact page.

    div.wpcf7-mail-sent-ok {
    border-style:none;

    [Moderator Note: No bumping, thank you.]

    Thread Starter Srgushee

    (@srgushee)

    Note to moderator – Sorry about that. I read the following on the link you sent : “Moderators will delete bumps they find. This is in order to help you get back into the No Replies listing, where you are more likely to get an answer.”

    Would you be willing to delete my bump, as well as this post, so my query may be put back into the No Replies listing? Thank you.

    div.wpcf7-mail-sent-ok {
    	border: 0px solid #398f14;
    }
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Contact form 7] Removing green border from success message’ is closed to new replies.