• Hello, good evening, first of all I love your plugin, I’m in love with it.

    I am writing to see if you can help me, I am having problems with 2 things

    1) the button when pausing the mouse jumps, I would like it not to move.

    2) when hovering the mouse a green line appears under the button and I can’t remove it.

    I send you a picture of what it looks like.

    link to see image where you see the problem
    https://ibb.co/x1mBt1C

    PS: Sorry for my English, I’m using google translator.

    thanks

    • This topic was modified 2 years, 7 months ago by juajua.
Viewing 1 replies (of 1 total)
  • Hola , podrias usar este CSS directamente .

    a.wa-shop-button:hover, a.wa-order-checkout:hover, a.wa-order-thankyou:hover, .wa-order-class:hover, .wa-order-button:hover, .shortcode_wa_button:hover, .shortcode_wa_button_nt:hover, .gdpr_wa_button_input:hover {
      color: #fff !important;
      background: #fff;
      transform: translateY(-3px);
      box-shadow: 0 0px 0px 0px rgba(45,62,79,.3) !important;
      transition: all ease-in-out 300ms;
    }
    

    En background: #fff; le cambias el color del fondo .

    Saludos desde Hauserver
    Abrazo .

Viewing 1 replies (of 1 total)
  • The topic ‘THEME FLATSOME > A weird green bar when mouse hover’ is closed to new replies.