Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Devin Walker

    (@dlocc)

    Hey @geneboyd – you can do this with a little bit of CSS:

    #give-purchase-button{
        background: url('https://i1.wp.com/www.farmersassistingreturningmilitaryveterans.com/wp-content/uploads/2016/04/red-donate-arrow-button.png?fit=150%2C50') no-repeat 0 0 transparent;
        text-indent: -10000px;
        width: 147px;
        height: 47px;
    }

    That will replace the button with your image button.

    Thread Starter geneboyd

    (@geneboyd)

    Thanks Devin!
    Does this code need to be placed in the themes functions.php folder, or the custom.css folder?

    Plugin Author Devin Walker

    (@dlocc)

    A lot of themes have an area for custom CSS. That’s a good place. Otherwise, a plugin can do that as well: https://www.ads-software.com/plugins/simple-custom-css/

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘How can I change the donate button to a custom button’ is closed to new replies.