• Resolved andyversyck

    (@andyversyck)


    Hi,

    i am struggling to find a solution for my problem.

    https://www.kadokado.be/trouw/test-bevestiging/

    on this page i am working with a google form, but i’m trying to get rid of the frame around my submit butten.

    Could you please help me with this?

    also, when i proceed to the next page i have a character text box, where people can leave comments. This box is kinda square, i would like this box more to be longer, not higher.. Is there a way to do this? Thank you very much for your help.

    grtz

    Andy

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Mike Walsh

    (@mpwalsh8)

    This one took me a couple tries to sort out. Had to look at a couple times, finally had some time this morning to focus on it.

    Make sure you have Custom CSS enabled (Dashboard > Settings > Google Forms – make sure Custom CSS checkbox is checked) and add the following CSS to the Custom CSS section on your form definition (where you entered the URL for the form in WordPress):

    div.ss-item table td {
    	border: 0px;
    }
    • This reply was modified 6 years, 9 months ago by Mike Walsh.
    Thread Starter andyversyck

    (@andyversyck)

    Perfect !!

    Thank you very much. Worked like a charm.

    grtz & thx a million

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Problem with border around submit button’ is closed to new replies.