• Resolved razorpig

    (@mjtilbury)


    Just as I thought I was getting to grips with using developer tools and tweaking with CSS, I’ve got stuck on something which I know should be very simple.

    On my contact page ( http://www.centrepiecedesign.com/contact/ ), I’m trying to change the border colour of my “Your message was sent successfully. Thanks.” message.

    I’m using this code :

    div.wpcf7-mail-sent-ok {
    border: 2px solid #677783 !important;
    }

    …but it’s not working 🙁

    I managed to do it for the error messages on the same page using similar code. If someone can tell me exactly how I use firebug to find the right selector and syntax it’d be much appreciated 😉

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter razorpig

    (@mjtilbury)

    …just for testing, you can use [email address moderated – these forums do not provide support via email] in the required e-mail field if you want 😉

    Oh well 😀 thought I’d give you an e-mail to use for testing purposes but it’s been moderated. Nevermind.

    Your CSS code works for me on your contact page.

    I use bogus e-mail addresses like someone@example.com for testing. I don’t understand why comment and contact forms “require” an e-mail address, and then accept a completely bogus address.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    Remember to deactivate your caching plugin if you want to see changes immediately.

    Thread Starter razorpig

    (@mjtilbury)

    Thank you both. I deactivated my caching plugin and now it’s working fine. I did clear the cache – or so I thought…but I’ll remember to deactivate it in future. Much better 😉 Nice to know my code was correct 🙂

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Border colour’ is closed to new replies.