Tagged: share this entry, social icons
Hi. I can’t see anymore the string upon icons of the social to share a post? for example see the post http://www.mfm.it/events/raffaello-leco-del-mito-la-formazione-un-genio-mostra/. If you mouse you mouse hover the social icons You can see no string upon them. Can you help me please?
Hey sitibus,
That is because on line 734 of your custom css you have this:
.avia-related-tooltip .inner_tooltip,.avia-related-tooltip {
display: none;
}
It is hidding the tooltip, try removing it.
If you want to change the color of it, try this css:
.main_color .avia-tt {color: red !important;}
Best regards,
Mike