Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Correct form colour styles #3

Open
sdgluck opened this issue Feb 21, 2017 · 4 comments
Open

Correct form colour styles #3

sdgluck opened this issue Feb 21, 2017 · 4 comments

Comments

@sdgluck
Copy link
Contributor

sdgluck commented Feb 21, 2017

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)

@chriscroome
Copy link
Member

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
Copy link
Member

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
Copy link
Member

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

@chriscroome
Copy link
Member

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.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants