HI Is it possible to disable the Tooltips?
Greetz,
mattiejanssen Hi Which tooltip you refer, any screenshot and URL please there is popover option in extension that must be show so it will show the info on Markers.
Ninja
www is the site A customer just has to click on the spot, i don't need a tooltip. On the mobile there isn't a tooltip. Point one and two are set. :0
Grtz
mattiejanssen Hi I can not see any tooltip already on example page http://prntscr.com/rpu7au
HI,
When the mouse is on nr one or two (it is an example) you'll see the tooltip/popup.
mattiejanssen Hi Kindly enable right click option on site so i can check the style and give a css code to hide it.
Ninja Hi,
Oeps sorry, done :-)
mattiejanssen Hi add this code in custom.css or at the end of template.css file
.webui-popover.in { display: none!important; }
Thanks!! Works perfect!!!
mattiejanssen You are welcome!