Edit File by line
/home/zeestwma/redstone.../wp-inclu.../blocks/footnote...
File: style.css
.editor-styles-wrapper,.entry-content{
[0] Fix | Delete
counter-reset:footnotes;
[1] Fix | Delete
}
[2] Fix | Delete
[3] Fix | Delete
a[data-fn].fn{
[4] Fix | Delete
counter-increment:footnotes;
[5] Fix | Delete
display:inline-flex;
[6] Fix | Delete
font-size:smaller;
[7] Fix | Delete
text-decoration:none;
[8] Fix | Delete
text-indent:-9999999px;
[9] Fix | Delete
vertical-align:super;
[10] Fix | Delete
}
[11] Fix | Delete
[12] Fix | Delete
a[data-fn].fn:after{
[13] Fix | Delete
content:"[" counter(footnotes) "]";
[14] Fix | Delete
float:left;
[15] Fix | Delete
text-indent:0;
[16] Fix | Delete
}
[17] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function