I am wanting to disable the home virtuemart slideshow popup box which shows up when i hover over the products on the home slideshow. (the image below shows what box im talking about)
hope someone can help out, cheers.
.gk_is_tooltip {display:none}
Seichinha wrote:Hi
On Image Module settings, it should be possible to disable tooltip but it is not working properly. Our programmer must see this.
Meanwhile there's a simple way to disable.
Just add this code on gk_stuff.css:
- Code: Select all
.gk_is_tooltip {display:none}
Cheers