Remove Portfolio Share Buttons Tooltip

Hi I’m having trouble finding the ID of the tooltips that pop up when hovering over the share buttons on the portfolio post page.

I would like to hide the tool tips. I’m using Renew if that helps.

Thanks

Hello @stefanguy,

Thanks for writing in!

Are you referring to this one?

If that is the case, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r) to get rid of the tooltips.

.x-share-options .tooltip{
    display: none !important;
}

We would love to know if this has worked for you. Thank you.

1 Like

Ah so simple! I don’t know why I didn’t bother trying .tooltip as the ID :man_facepalming:. Thank you!

Works perfectly. Thank you!

You’re welcome @stefanguy!
We’re glad we’re able to help you out.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.