Title: Pay With Card Button
Last modified: August 30, 2016

---

# Pay With Card Button

 *  Resolved [IntellexualDesign](https://wordpress.org/support/users/intellexualdesign/)
 * (@intellexualdesign)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/pay-with-card-button/)
 * How would I change the color of the Pay With Card button to hex code #FF007A?
 * [https://wordpress.org/plugins/wpf-woocommerce/](https://wordpress.org/plugins/wpf-woocommerce/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Brian Ross](https://wordpress.org/support/users/rossdev/)
 * (@rossdev)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/pay-with-card-button/#post-6300480)
 * I see you already have a custom page so to change the button color all you need
   to do is add some custom CSS.
 * [http://help.wpfortify.com/wp-content/uploads/2015/02/custom_url_4.png](http://help.wpfortify.com/wp-content/uploads/2015/02/custom_url_4.png)
 * Adding “custom css” is somewhat straight forward.
 * Basically all your going to do is add your css to it’s “custom css” section, 
   and then you can assign it to your page.
 * Sample code:
 *     ```
       input[type=submit] {
       	background: #FF007A !important;
       }
       ```
   
 *  Thread Starter [IntellexualDesign](https://wordpress.org/support/users/intellexualdesign/)
 * (@intellexualdesign)
 * [10 years, 10 months ago](https://wordpress.org/support/topic/pay-with-card-button/#post-6300508)
 * Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Pay With Card Button’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/wpf-woocommerce_c7d1c3.svg)
 * [wpFortify for WooCommerce](https://wordpress.org/plugins/wpf-woocommerce/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wpf-woocommerce/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wpf-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/wpf-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wpf-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wpf-woocommerce/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [IntellexualDesign](https://wordpress.org/support/users/intellexualdesign/)
 * Last activity: [10 years, 10 months ago](https://wordpress.org/support/topic/pay-with-card-button/#post-6300508)
 * Status: resolved