Button does not work again after clicking

Hi everyone,

I have a weird “error”. Hope someone can help out.

When clicking on the button “place our art on your wall” you go to that specific page. But when returning to the main page this button does not work anymore. I have not done any editing/adjusting liquid files.

Edit: when refreshing the page the button sometimes does not work anymore.

Please help!

pw: shopifyhelp

Hi @Haan ,

You can follow the instruction below:

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.scss->paste below code at the bottom of the file:
[data-aos] {
    pointer-events: auto !important;
}

If you feel like my answer is helpful, please mark it as a SOLUTION. Let me know if you have any further questions.

Best regards.

1 Like

Thank you @AvadaCommerce