New Landing How can we help? Themeforest Theme Support Uplift Gravityform transparent Submit button

Tagged: 

Viewing 15 posts - 16 through 30 (of 33 total)
  • Posted in: Uplift
  • #279876
    whoismarktaylor
    Member
    Post count: 22

    i cannot see the reply as its marked private

    #279878
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Just use this code:-

    .gform_wrapper input[type="submit"] {
    background-color: #cc2424 !important;
    }

    Thanks
    Mohammad

    #279879
    Taffy
    Member
    Post count: 261

    whoismarktaylor,

    I had the same issue and had to create some custom CSS as a work around.

    .gform_wrapper input[type=”submit”] {
    background-color: #cc2424 !important;
    }

    Definitely a clash in code somewhere ,but hope that helps, for now.

    Taffy

    #279880
    whoismarktaylor
    Member
    Post count: 22
    #279881
    Taffy
    Member
    Post count: 261

    whoismarktaylor,

    Use this CSS and nominate your desire colour:

    .gform_wrapper input[type=”submit”] {
    background-color: #cc2424 !important;
    }

    #279882
    whoismarktaylor
    Member
    Post count: 22

    This still doesn’t solve the issue

    #279883
    Taffy
    Member
    Post count: 261

    Sorry, does foe me.

    You must have other CSS that clashes.

    #279913
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @whoismarktaylor
    – please provide me specific page url with issue.
    Thanks
    Mohammad

    #279992
    whoismarktaylor
    Member
    Post count: 22

    http://carelocal.uk/register

    The form pages… So you would have to move throught the form until you reach page 3… Page through is the final page and there you will find the submit button is transparent.

    #280003
    David Martin – Support
    Moderator
    Post count: 20834

    This works for me:

    .gform_wrapper input[type=submit] {
        background: rgba( 96,176,183,1 );
        color: #ffffff;
    }
    #280845
    whoismarktaylor
    Member
    Post count: 22

    this still doesn’t work…

    as i supplied the original picture displaying exactly what the css is that is causing the issue.

    I will supply it again. Its in the main css on line 15066 ( i think ) Please see shot below.

    Mark

    Attachments:
    You must be logged in to view attached files.
    #280898
    David Martin – Support
    Moderator
    Post count: 20834

    You can overwrite that using this:

    .gform_wrapper input[type=submit] {
        background: rgba( 96,176,183,1 )!important;
        color: #ffffff;
    }

    The CSS you refer to your screenshot is not present in my CSS on theme version 1.2.5 – please confirm that is your actualy version also.

    #280934
    whoismarktaylor
    Member
    Post count: 22

    i have latest version of theme 1.2.5

    #280939
    David Martin – Support
    Moderator
    Post count: 20834

    Will need a login, the one you provided Mohammad has not been shared here.

    The button is 100% working for me now:

    #287196
    whoismarktaylor
    Member
    Post count: 22

    is it possible to add a gravityform to the subscribe bar etc

Viewing 15 posts - 16 through 30 (of 33 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register