Quote:
Originally Posted by kovidgoyal
You can simply add your own CSS to do that via the User style sheet setting of the browser viewr.
|
I'm not that smart.

.
Can you guide me what the css is?
I tried
Code:
aside p {
display: none;
}
or
Code:
aside p {
visibility: hidden;
}
then the content of the popup footnotes are blank.