• Resolved james_clifford

    (@james_clifford)


    Hello. I’m in the process of providing a donation option to my free song downloads. Is it possible to change the shape/colour of the “donate” link, or even use a button image? Thanks cliff

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

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi There,

    You can add the following custom CSS to your website to change the shape/color of the Give Donate button on your website

    .give-btn-modal {
        color: #fff;
        background: #F4AB48;
        width: 100px;
    }

    Add that to the bottom of your theme’s styles.css file or go to “Appearance > Customize > Additional CSS” and add it to the bottom of that setting.

    PS: the above is just a reference code snippet, you could/should change the color/width (hex code https://www.rapidtables.com/web/color/html-color-codes.html) to best suit your need.

    Thanks

    Thread Starter james_clifford

    (@james_clifford)

    Thanks Maruti. It worked perfectly, including the Hex advice. I am a 66 year old WP novice and much appreciate your help. Cliff

    Very happy to help!

    If you’re enjoying Give and appreciate our support, we’d love a kind review from you here:
    https://www.ads-software.com/support/plugin/give/reviews/

    Thanks!

    Thread Starter james_clifford

    (@james_clifford)

    Am just in the process of reshaping the whole Site, so it will be a while before everything is up and running (as I mentioned, I am a novice) but I’ll gladly write a review when the time comes.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘donation link button – customise’ is closed to new replies.