• Resolved nuwavdigital

    (@nuwavdigital)


    Hi,

    I am using Woocommerce and I have the contribution amount box and donations button on each product page.

    The donation button is small and is on the right of the page. How can I increase the size of the button and be left aligned on the page? How can I change the button color?

    Kind regards

    Avis

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jonas

    (@flinnn)

    Hi Avis,

    thanks for reaching out.
    The design is largely set by your theme. So if the button is very small, I recommend you to adjust the font sizes etc. in your theme settings. Alternatively, you can add the following CSS code to your page:

    .wcdp-button {
      font-size: 200% !important; /* you can play around with this value */
      float: left !important;
    }

    You can customize the colors in the plugin settings of Donation Platform for WooCommerce.

    Best
    Jonas

    Thread Starter nuwavdigital

    (@nuwavdigital)

    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How To Change the Donate Button Size and colors’ is closed to new replies.