• Resolved barnabythebear

    (@barnabythebear)


    Hiya,

    On my form the ‘Submit’ button is invisible. it’s there, when I change theme I can see it (although I still can’t see the word ‘Submit’) I’ve looked at other posts and found some CSS solutions but they haven’t worked.

    Any help would be great ??

    Thanks,

    Nige.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add following code in your theme css file.

    form input[type="submit"], form input[type="submit"]:hover{
     background-color: #ccc;
     color: #333;
    }

    Add important, if it is not working.

    Thread Starter barnabythebear

    (@barnabythebear)

    Hi Arshid,

    Thank you very much! That worked a treat ??

    Nige.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Submit Button Invisible’ is closed to new replies.