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

    (@webdevmattcrom)

    Hi there,

    1. I responded to you via our Priority Support with a snippet for that. Centering depends a lot on how your theme impacts forms in general, they very often have styles which make centering difficult which is why a simple generic snippet often doesn’t suffice.

    2. That border is not created by our plugin, but by your theme styles. It looks like it is applied to .give-form-wrap, so you could override that with this:

    
    .give-form-wrap {
        border: 0px;
        padding: 0px;
    }
    

    3. The title of forms is used to identify payments, so we don’t suggest removing it entirely at all. But you can hide it with CSS like this:

    
    [id*=give-form] .give-form-title {
        display: none;
    }
    

    4. The form you linked to “Support Women in Technology”, that is the name of that form, so that is not the same as the “choose amount” text. That text indicates to your donors that they can type in any amount they want on your form. If you want to change that text still, in your Form edit screen, it’s the “Custom Amount Text” field.

    5. They are working to make this support forum easier to search and narrow results based on plugin, but currently the best way to do that is to use the “Forum Search” field you see to the left here, and type “Give Donation” and then your search keywords. You’ll still get other results mixed in but it’s better than searching the whole forum without the plugin name.

    Thanks!

Viewing 1 replies (of 1 total)

The topic ‘center button, remove borders, remove title on one form’ is closed to new replies.