How to completely disable badges on hover?
You can use canvas: { customSpots: { hover: true }, },
Read full answer below ↓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)
You can use canvas: { customSpots: { hover: true }, },
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.
Issue #4273
How to trigger the 'Import Template (modal)' on page load
Hello, Please i'm in need of the logic on how to the import template modal on initialization of the page... I'm using the newsletter preset...
Issue #3237
Add Trait For wrapper
Hi @artf I've added trait for wrapper this way. How can I perform the init function for the same Here is the code @artf Could you please he...
Issue #1880
[QUESTION] Disable drop only for a specific block
Hello, There is a way to specify the blocks that should NOT be able to be inserted within a specific droppable block?
Issue #913
[Question] Using Style tag instead of css
Hi, I've been taking a look inside of the dom_components, but cant seem to figure out how to manually override the styling aspect. I need a...
Paid Plugins That Match This Issue
Curated by issue keywords and label relevance to help you ship faster.
Loading paid plugin recommendations...
Check the open-source GrapesJS plugins on GitHub or run a quick search in our free catalog.
Browse free plugins →Premium plugins ship with support, regular updates, and production-ready features — save days of integration work.
Browse premium plugins →Browse Plugin Categories
Jump directly to plugin category pages on the marketplace.