Title: Changing button background color
Last modified: October 4, 2021

---

# Changing button background color

 *  Resolved [bojko91](https://wordpress.org/support/users/bojko91/)
 * (@bojko91)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/changing-button-background-color/)
 * Hello,
    I`ve try to change button color of Pay with revolut accaunt, but without
   any succes.
 * Ive inspect elements and find class of a button, but with JS function can`t change
   anything .
 *     ```
       function changeBGColor() {
         var cols = document.getElementsByClassName('iAoDYB');
         for(i = 0; i < cols.length; i++) {
           cols[i].style.backgroundColor = 'blue';
         }
       }
       ```
   
 * Can anyone help me?
    -  This topic was modified 4 years, 7 months ago by [bojko91](https://wordpress.org/support/users/bojko91/).

Viewing 1 replies (of 1 total)

 *  Plugin Author [revolutbusiness](https://wordpress.org/support/users/revolutbusiness/)
 * (@revolutbusiness)
 * [4 years, 7 months ago](https://wordpress.org/support/topic/changing-button-background-color/#post-14983531)
 * Hello there,
 * It is not possible to apply a style to the Pay button with JS.
 * Regards

Viewing 1 replies (of 1 total)

The topic ‘Changing button background color’ is closed to new replies.

 * ![](https://ps.w.org/revolut-gateway-for-woocommerce/assets/icon.svg?rev=3030150)
 * [Revolut Gateway for WooCommerce](https://wordpress.org/plugins/revolut-gateway-for-woocommerce/)
 * [Support Threads](https://wordpress.org/support/plugin/revolut-gateway-for-woocommerce/)
 * [Active Topics](https://wordpress.org/support/plugin/revolut-gateway-for-woocommerce/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/revolut-gateway-for-woocommerce/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/revolut-gateway-for-woocommerce/reviews/)

## Tags

 * [button](https://wordpress.org/support/topic-tag/button/)
 * [changing](https://wordpress.org/support/topic-tag/changing/)
 * [color](https://wordpress.org/support/topic-tag/color/)

 * 1 reply
 * 2 participants
 * Last reply from: [revolutbusiness](https://wordpress.org/support/users/revolutbusiness/)
 * Last activity: [4 years, 7 months ago](https://wordpress.org/support/topic/changing-button-background-color/#post-14983531)
 * Status: resolved