Replies: 0
Hello! Hoping to get some assistance with styling my form. Here’s some info:
Form looks like this currently:
(http://walkers.globedigitaltesting.xyz/donate/)
Trying to align everything to the left – don’t know why some of the titles etc. are aligning centre currently. Would also like to change the font colour of all titles to white.
And one more thing, if it is possible to disable/remove the tooltips (we will use this to personalize experience) that would be cool also.
So far this is the CSS that i have added, not very good with this & borrowed some from other support threads:
form.give-form .form-row input[type=text], form.give-form .form-row input[type=tel], form.give-form .form-row input[type=email] {
width: 100%;
padding: 16px;
border: none;
-webkit-border-radius: 0;
-moz-border-radius: 0;
border-radius: 0;
color: #ffffff;
background-color: #ffffff;
font-size: 14px;
font: Montserrat;
}
.give-submit-button-wrap .give-submit
{
color: #333333;
margin: 8px auto 0;
font-size: 16px;
font: Montserrat;
text-transform: uppercase;
font-weight: 700;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
padding: 6px 20px;
line-height: 1.7em;
background: #ffffff;
border: 2px solid;
}
Thanks in advance!