Forums
Home / Theme: Hueman / Removing double tool tip display.
(@adiazudin)
9 years, 10 months ago
How to remove one of the tool tip? See this.
(@bdbrown)
Hi adiazudin. Can you post a link to your site? Thanks.
Visit my site https://adiazudin.com
The upper tooltip is generated using css, so you can remove it the same way:
/* remove css-generated social link tooltips */ .social-links .social-tooltip:hover:before, .social-links .social-tooltip:hover:after { display: none; }
The lower tooltip is generated using jQuery. Haven’t found a way to disable those yet.
Thank you, it look nice now.