Open in the same tab issue

Hi, I have noticed that my Slider Button, set to OPEN IN NEW TAB, does not do this, can you check, thanks

from here
https://apps.elfsight.com/panel/applications/slider/edit/c711d284-616d-4365-a9ef-c1f2eed8e31e/

1 Like

Hello @Paul!

I am terribly sorry for all the inconvenience caused!

I’ve forwarded your request to our devs. I’ll immediately get back to you as soon as I receive any updates!

Hello @Paul!

Thank you for waiting!

Great news for you :fire: The issue is fixed!

We’ve added the CSS code below to the Custom CSS field on the Advanced tab:

[class^='Button__Block-sc'] {
  pointer-events: none;
}

Please check it and let me know how it works for you :slightly_smiling_face:

1 Like