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?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Changing button background color’ is closed to new replies.