Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Payment Plugins

    (@mrclayton)

    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,

    Thread Starter ivanivanov18

    (@ivanivanov18)

    Thank you very much!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Google pay button not shows’ is closed to new replies.