Forums
(@arixcode)
5 months, 4 weeks 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;}