Hello,
Please add this code to the Theme Settings > Custom CSS > Global:
.ult-ih-info-back .ult-ih-content .ult-ih-description-block .ult-ih-description button{
background:red;
border:2px solid red;
}
.ult-ih-info-back .ult-ih-content .ult-ih-description-block .ult-ih-description button:hover{
background:yellow;
border:2px solid yellow;
}
This code changes the button https://gyazo.com/a34006e6452a9cd9e06ae0136ab5fc00
Replace the color as per your needs.
Best Regards