tooltip with image

Hello, can I modify the size of tooltip hover in css? Can U gimme a code? And if its possible code for no gray background please, ill be really grateful!

[tooltip_image hint="Phasellus fermentum in dolor. Pellentesque facilisis tristique senectus et netus" image="IMAGE_URL"]tooltip with image[/tooltip_image]

Comments

  • Hi,
    Please always attach a link so we can check it out. If the page is offline(localhost) then our help will be limited, you will have to contact us when the page is online. Also please make sure that the page is not under maintenance before you provide us the link.
    It is always a good idea to also attach a screenshot, for that use services like snag.gy or pasteboard.co

    thanks
  • image
    Unfortunately cant make the www live
  • Paste it to Theme Options > Custom CSS & JS > CSS
    html body .tooltip-img .tooltip-content, .tooltip::after{
    background:transparent !important;
    color:red !important;
    background-image:none !important;
    }
    Thanks
  • thanks a lot! love Ur theme!
Sign In or Register to comment.