Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #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
    Dee

    #683033

    Morning

    Just wanted to check back in to see if this was something you could possibly assist me with?

    Thanks
    Dee

    #683683

    Hi guys

    Any help would be much appreciated.

    Thanks
    Dee

    #684544

    Hi,

    use this code inside Quick CSS field:

    #top .gform_wrapper input, #top .gform_wrapper select {
    color: white;
    }
    

    Hope this helps!

    Best regards,
    Andy

    #685619

    Hi 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
    D

    #685762

    Hi,

    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,
    Andy

    #685773

    Hi 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
    Dee

    #685794

    Hi,

    are we allowed to deactivate all your plugins temporarily for testing purposes?

    Best regards,
    Andy

    #685816

    Hi Andy

    Sure that will be perfect.

    Dee

    #686262

    Hi,

    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,
    Andy

    #686289

    Hi 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
    Dee

    #686317

    Since the upgrade none of my icons or menu drop downs are working?

    Dee

    #686335

    Hi,

    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

Viewing 13 posts - 1 through 13 (of 13 total)
  • You must be logged in to reply to this topic.