This Codex was started by
Ademal and has grown to a rotating cast of contributors and editors.
If you see something incorrect, or have any questions, please comment on the related article and we'll respond posthaste!
If there's an article you would like to see written, say so
here.
Is there a way to disable the header image from appearing in the tooltip? I unchecked the "Display Block Headers" option in my world settings, but it doesn't seem to remove the image from the tooltips.
Hello! You can suppress it one of two ways! First, is to set a rule on your world css to display:none the following selector .tooltipster-content img:first-child. Second, and more time consuming but rewarding, is to use edit the contents of the mouseover snippet box of each article's design tab, as that overrides what shows up in tooltipster.
Awesome! That worked perfectly. I may try out the mouseover snippet later on, but I really like being able to see my vignette in a pop-up :) Thank you for your help!
I'm in the same situation of wanting to disable the mouseover tooltips altogether (at least for the time being) but I'm a noob at CSS, I tried to implement this but I can't figure out how to make it work, even after reading some of the official WorldAnvil articles on using CSS and looking at their examples. I know I could learn with enough practice but at the moment this is the only thing I need. Could you give me a version I can simply copy-paste into my world CSS?