tooltip with image

Hi
I use tooltip with image in my articles but this tooltip have background under image and I don't want it, Would you please tell me how remove that ?

Thanks

Comments

  • Hello,
    Can you send us a link to that page?
    I'm not sure if it's coming from our theme.
    Thanks
  • Hello Pablo , 
    I solve that with this css code : 
    .tooltip.tooltip-img .tooltip-content {background-image:none !important;}
    .tooltip:hover:after, .tooltip.hover:after {background-image:none !important;}
    .tooltip-img .tooltip-content, .tooltip:after {background: #11a707e0;}
    Thanks
Sign In or Register to comment.