• Hello! Hoping to get some assistance with styling my form. Here’s some info:

    Form looks like this currently:

    View post on imgur.com


    (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!

Viewing 1 replies (of 1 total)
  • Plugin Contributor Matt Cromwell

    (@webdevmattcrom)

    It looks like you are using Divi and the Divi Builder. There’s a setting in that section of Divi Builder that sets the alignment for that section. I believe it’s in the “Advanced” tab of that section. Set that to “left” and remove any of your custom CSS and you should be fine.

    Let me know if you need further assistance. Thanks!

Viewing 1 replies (of 1 total)

The topic ‘CSS Help!’ is closed to new replies.