website icon indicating copy to clipboard operation
website copied to clipboard

Correct form colour styles

Open sdgluck opened this issue 9 years ago • 4 comments

These now use Contactform7 and need to be styled -- currently we have blue text on a blue background for form input fields on the front page and white on white for the join page, with Firefox, textareas are ok though. This has also been raise on Loomio.

(Copied over from https://wiki.coops.tech/wiki/CoTech_WordPress#Wishlist)

sdgluck avatar Feb 21 '17 13:02 sdgluck

This is quite a serious issue -- blue on blue and white on white makes the input form elements unusable -- this is why on the live site the forms have been hidden using CSS.

chriscroome avatar Feb 21 '17 14:02 chriscroome

Spambots have now discovered the forms, 24 spam emails were sent to the contact list last night -- we should either remove the forms or style them so humans using Firefox can use them and add some anti-spam measures.

chriscroome avatar Mar 29 '17 08:03 chriscroome

More spam, so I have deactivated the Contact Form 7 plugin.

chriscroome avatar Mar 29 '17 10:03 chriscroome

I have fixed the white on white when you mouse over the contact details on the front page by adding this CSS to the header of the page via the Customizing : Additional CSS textarea:

section#contact div.row div p a:active,
section#contact div.row div p a:focus,
section#contact div.row div p a:hover {
  text-decoration: underline;
  colour: white;
}

If someone wants to try to fix the forms in the future then they would need to enable the Contact Form 7 and reverse this diff.

chriscroome avatar Mar 29 '17 11:03 chriscroome