Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #910498

    I just downloaded the givewp plugin and I have a couple of questions.

    1. I would like to have it styled like a regular button (like the ‘submit’ one i have on my home page)

    2. I am also experiencing a glitch in the form field ‘support the cause’ where I am entering my name and email ’email’ and ‘name’ show up over the words I am typing.

    How can I fix this??

    Thanks!

    #911048

    Hey isaaccolavecchio,

    1. Try adding this css code in Quick CSS (located in Enfold > General Styling):

    #top .give-btn.give-btn-modal {
        margin: 0;
        padding: 16px 20px;
        border-radius: 2px;
        border: 2px solid #333 !important;
        font-weight: normal;
        font-size: 0.92em;
        min-width: 142px;
        outline: none;
        background: transparent;
    }

    2. As for the glitch, try adding this in Quick CSS:

    #top #give_purchase_form_wrap .give-fl-label {
        display: none !important;
    }

    Hope this helps :)

    Best regards,
    Nikko

    #913040

    Thank you!

    That worked perfectly!

    Is there any way I can get the button to float in the center?? It is a little off.

    Thanks

    #913068

    Hi,
    Try this code in the General Styling > Quick CSS field:

    #top.page-id-884 .avia-builder-el-3 {
        display: flex;
        justify-content: center;
    }

    This code is meant to only work on the one page, please let us know if you want it to work other pages.

    Best regards,
    Mike

    #913370

    Perfect thank you.

    #913542

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #913755

    You can close the topic.

    thanks

    #913797

    Hi,

    Thanks for letting us know. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘givewp styling button’ is closed to new replies.