• Resolved danielazier

    (@danielazier)


    Hello, just find out this is the best plugin for my website for donation. But, after I installing the plugin, and searching in this forum support I still unable to solve my issues.

    First, this is the screenshot of my problem https://prnt.sc/lt3b5q
    Can I remove the arrow before the donation amount ? So it will look nicer, tighter, compact, and more clean. What code do I have to remove?

    Second, this is the screensot https://prnt.sc/lt3bc5
    Can I change to Payment method button to a floating labels? It would make the Modal pop up form looks perfect. And, what happened to the Anonymous donation checkbox?

    and, here is my test website to help me setting with WordPress
    https://gdrive-sharer.000webhostapp.com/
    I’m sorry if this is a basic question, because I just moving on from blogger platform. Any help would much be appreciated. Thanks !

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

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

    (@webdevmattcrom)

    Apologies for the delay, it looks like you got this mostly worked out now on your own.

    The only remaining item I see outstanding is that the radio buttons are mis-aligned. Use this to fix that:

    form[id*=give-form] #give-gateway-radio-list>li input[type=radio] {
        height: inherit;
    }

    Add that to the bottom of your theme’s styles.css file; or go to “Appearance > Customize > Custom CSS” and add it to the bottom of that setting. For more detailed info on adding custom CSS, see here: https://givewp.com/documentation/resources/handling-custom-css-in-wordpress/

Viewing 1 replies (of 1 total)
  • The topic ‘Changing Payment Button Style & Anonymous Donation Checkbox Misplacing’ is closed to new replies.