3 Click-Worthy Hover Effects | Shopify

Поделиться
HTML-код
  • Опубликовано: 13 сен 2024

Комментарии • 7

  • @BL_Creative
    @BL_Creative  2 месяца назад

    Thanks for watching! Checkout more Button customization videos:
    How to Add Gradient to Your Shopify Buttons (Step-By-Step) 👉🏽 ruclips.net/video/YIkclLUbzLw/видео.html
    How to Change the Button and Badge Text in Shopify 👉🏽 ruclips.net/video/oiKqIB9zQIc/видео.html
    How To Create Custom Button Styles In Shopify | Easy CSS 👉🏽 ruclips.net/video/ynlN4CzmEhc/видео.html

  • @amrixtha
    @amrixtha 2 месяца назад +1

    Hey Betsy, I tried your swipe hover code and it worked great except for 1 thing. After it turns the second colour, there's a small loading circle displayed on it after the button is clicked. Please tell me how to fix that, thanks!

    • @BL_Creative
      @BL_Creative  2 месяца назад

      What theme are you using? and is the button linked to a page? thanks

    • @amrixtha
      @amrixtha 2 месяца назад

      @@BL_Creative I'm using the craft theme. And it's the 'add to cart' button on the product page

    • @BL_Creative
      @BL_Creative  2 месяца назад

      Try adding this to the end of the custom css for those products:
      .loading__spinner {
      display: none !important;
      }
      Hope this helps!

    • @amrixtha
      @amrixtha 2 месяца назад

      @@BL_Creative Yess. No loading icon now. Thankyou!

    • @BL_Creative
      @BL_Creative  2 месяца назад

      My pleasure! Have a great day.