skip to Main Content

Change button_label on Shopify when hover

I have this liquid code: <a href="{{ block.settings.button_link }}" class="btn--full"> <div class="flex-btn"> {{ block.settings.button_label }} {% render 'icon-arrow-right' %} </div> </a> And I need to change the button_label when I hover. Is there any way to do it with only…

VIEW QUESTION
Back To Top
Search