Issue #2441Opened December 3, 2019by bpwme1 reactions

[QUESTION] How to completely disable badges on hover?

Question

Hello,

I've been looking to completely disable the badges that appear on hover, but I can only seem to disable it fro the wrapper with the following code: domComponents: { wrapper: {badgable: false} },

Is there a similar way to completely disable them?

Thanks in advance!

Answers (2)

fredrickreubenMay 26, 20241 reactions

You can use canvas: { customSpots: { hover: true }, },

artfDecember 8, 20190 reactions

Probably in your case the easiest solution would be to hide it via CSS

.gjs-badge {
    display: none !important;
}

Related Questions and Answers

Continue research with similar issue discussions.

Paid Plugins That Match This Issue

Curated by issue keywords and label relevance to help you ship faster.

View all plugins

Loading paid plugin recommendations...

Browse Plugin Categories

Jump directly to plugin category pages on the marketplace.