Whilst I’m not having the same problem, my send button is creating a lot of white space beneath it which I cannot seem to resolve: http://79.170.44.121/ycss.org.uk/?page_id=28
Any ideas?
@will.barraclough: Please open an own thread for your question.
Your case is completely unrelated to CF7, it’s a CSS issue at .textwidget img width/height scaling.
@francojobs
Problem one:
They ask a secret key – maybe this is the problem? where can I find it?
You need a site key and secret key. See http://contactform7.com/recaptcha/
Problem two:
The problem is caused by the colors used in the CSS below http://evelin-soft.com/wp-content/themes/scalia/css/custom.css?ver=4.3.1
.sc-button, input[type="submit"], .radio-sign.checked::before, .page-links a, .blog-load-more button, .blog-style-default .comments-link a, .price_slider_amount .button {
background-color: #ffffff;
}
.sc-button, input[type="submit"], .page-links a, .blog-load-more button span, .blog-load-more button span::before, .blog-style-default .comments-link a, .widget a.sc-button, #primary-menu.no-responsive > li.menu-item-cart .widget_shopping_cart_content .buttons a.checkout, .price_slider_amount .button {
color: #ffffff;
}
you may correct this with code below
.wpcf7 .wpcf7-submit {
background-color: black; /* add your preferred color */
color: blue;
}
Add your CSS via Child Theme or use custom CSS plugin.
Im having the same issue, just tried that code you recommended, it didn’t work. I still cant see the button. I didnt have the same css issues, but the button is just not visible.
@csmithfcedge as per the Forum Welcome, please post your own topic. I’ll be watching out for your question to offer you a possible solution.
Posting in an existing topic and taking over the original posters question is generally considered inappropriate. Added to which, your problem – despite any similarity in symptoms – is likely to be completely different.