Forums
(@arixcode)
1 year, 8 months ago
i found out that the issue is with the CSS code:you only need to set opacity to be 1; if it is 0 it will not show the button you are looking for
add this CSS code to your site:[data-bp-tooltip]:after {pointer-events: none;opacity: 1;}