-
AuthorPosts
-
September 6, 2016 at 9:25 am #682510
Hi Guys
I am having a really frustrating time with the forms on my site.
The forms dont seem to be using the theme colors correctly. Some forms have a white text on submit (which is what I want). Some have a grey (which I do not want).
I have tried multiple CSS codes which have worked for others and just nothing seems to budge the submit button colors?
Tried:
body #gform_wrapper_23 .gform_footer input[type=submit] { **CSS styling here** } body #gform_wrapper_23 .gform_footer input[type=submit] { background: #03843d; } body #gform_wrapper_23 .gform_footer input:hover[type=submit] { background: #0a316c; }
Also Tried:
body .gform_wrapper .gform_footer input.button,
02
body .gform_wrapper .gform_footer input[type=submit] {
03
color:#ffffff;
04
padding-top:4px;
05
padding-bottom:4px;
06
padding-left:10px;
07
padding-right:10px;
08
border: 1px solidrgba(114,114,114,0.4);
09
border-radius: 1px;
10
-moz-border-radius: 3px;
11
-webkit-border-radius: 3px;
12
box-shadow: 0 1px 0pxrgba(114,114,114,0.3);
13
-moz-box-shadow: 0 1px 0pxrgba(114,114,114,0.3);
14
-webkit-box-shadow: 0 1px 0pxrgba(114,114,114,0.3);
15
background-color: #0096d6;
16
}
17
body .gform_wrapper .gform_footer input[type=submit]:hover {
18
border: 1px solidrgba(114,114,114,0.6);
19
background-color: #444444;
20
}
21
body .gform_wrapper .gform_footer input[type=submit]:active { top: 1px; }My client is getting so frustrated and I simply dont have a clue on this one – pulling my hair out a little :-)
Your help would be GREATLY appreciated.
Thanks
DeeSeptember 7, 2016 at 9:13 am #683033Morning
Just wanted to check back in to see if this was something you could possibly assist me with?
Thanks
DeeSeptember 8, 2016 at 1:17 pm #683683Hi guys
Any help would be much appreciated.
Thanks
DeeSeptember 10, 2016 at 7:03 pm #684544Hi,
use this code inside Quick CSS field:
#top .gform_wrapper input, #top .gform_wrapper select { color: white; }
Hope this helps!
Best regards,
AndySeptember 13, 2016 at 10:11 am #685619Hi Andy
I have just tried that and it never worked. As mentioned I have tried a lot of CSS and it just doesnt seem to be working?
None of the forms changed?
I have previously supplied logins if you could possibly take a look for me?
Thanks
DSeptember 13, 2016 at 1:58 pm #685762Hi,
I noticed that you are using a caching plugin. Would you mind opening your plugin’s settings page and temporarily deactivate the caching of your site? Then please try to clear your browser cache and hard refresh the site (Hold CTRL + SHIFT + RELOAD) to see if that solves the issue.
Also please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue. In that case please also add your WordPress login credentials (in the “private data” field) so we can take a look at your admin area
Best regards,
AndySeptember 13, 2016 at 2:09 pm #685773Hi Andy
Thanks for getting back to me.
I have deactivated and even deleted the caching plugin. Hard refresh. Nada.
I have attached logins for the admin below.
Thanks
DeeSeptember 13, 2016 at 2:28 pm #685794Hi,
are we allowed to deactivate all your plugins temporarily for testing purposes?
Best regards,
AndySeptember 13, 2016 at 2:45 pm #685816Hi Andy
Sure that will be perfect.
Dee
September 14, 2016 at 10:54 am #686262Hi,
Please update the theme to the latest version. That should fix any issues you are currently experiencing :)
To update to the latest version follow the simple instructions here. (Or if you want the super detailed explanation you can read this blog post)
If that does not help, feel free to reply here and we will take a closer look at the issue.
Best regards,
AndySeptember 14, 2016 at 11:49 am #686289Hi Andy
I am now upgraded to version 3.8. I believe this is the most up to date version?
Still no fix I am afraid?
Thanks
DeeSeptember 14, 2016 at 12:40 pm #686317Since the upgrade none of my icons or menu drop downs are working?
Dee
September 14, 2016 at 1:35 pm #686335Hi,
please stick to one issue/question in one thread only, otherwise it gets very confusing here. Feel free to open a new ticket for another issue.
Keep all plugins but gravity forms plugin deactivated while trouble shooting.
Try this code instead:
#top .gform_wrapper input, #top .gform_wrapper select { color: white !important; }
However, I notices that none of your CSS code inside Quick CSS field is working. If I add a simple new code to change any color settings of any element, then it’s not working. Are you using any caching on your server? please ask your host about it. Make sure that all files have the correct file permissions.
Best regards,
Andy -
AuthorPosts
- You must be logged in to reply to this topic.