How to delete the white box under recaptcha field?

GK User
Mon May 18, 2015 1:35 pm
Hi guys,

I want to delete the white box under the recaptcha google field in the homepage (gkcontact plugin).
Please see the screenshot.

Thank you for your support.

Joh
User avatar
Fresh Boarder

GK User
Mon May 18, 2015 2:20 pm
Hello,

Could you provide an URL to your website with this issue?
User avatar
Administrator

GK User
Tue May 19, 2015 5:43 pm
Hi,

this is the website:
http://xn--agriturismociri-8mb.it

I'll be waiting for your answer.

Joh.
User avatar
Fresh Boarder

GK User
Tue May 19, 2015 6:39 pm
In the gk.stuff.css please replace fragment:

Code: Select all
.gkContactForm #dynamic_recaptcha_1 {
  background: #fff;
  float: right;
}


to:

Code: Select all
.gkContactForm #dynamic_recaptcha_1 {
  float: right;
}
User avatar
Administrator

GK User
Tue May 19, 2015 10:34 pm
Great!
Thank you very much!

Best regards,
Joh
User avatar
Fresh Boarder


cron