[ad_1]
Hi @ivanivanov18
You have some custom css on your site that looks like the following:
.bg {
opacity: 0;
transition: opacity 1s;
-webkit-transition: opacity 1s;
}Google Pay adds the locale as a class name and since you’re targeting the classname .bg, you’re making the button invisible with opacity: 0.
You need to rename or remove that CSS and then the button will show.
Kind Regards,
