Where can I change the default settings/values of the "sup" BBCode? June 23, 2020, 08:33:53 am Hello!I have a question about the BBCode button "sup".Where can I change the default font size and the distance to the following text in which a sentence is written when I have selected "sup"?~ Mrs. Chaos
Re: Where can I change the default settings/values of the "sup" BBCode? Reply #1 – June 28, 2020, 06:36:30 pm You'd have to write your own CSS for that. The BBC just uses an HTML sup tag, which has default styling done by the browser.Example:Code: [Copy]sup {font-size: 1em. color: red;}