Skip to content
Discussion options

You must be logged in to vote

There does not appear to be a theme option for it, but it is just one CSS rule.

The status panel label is made italic here:

#statuspanel #statuspanel-label {
  font-style: italic !important;
}

Add this after the theme CSS, for example near the end of your userChrome.css:

#statuspanel #statuspanel-label {
  font-style: normal !important;
}

If you edit the theme files directly, the rule is in theme/ffu-internal-appearance.css, but an override in userChrome.css is easier to keep across updates.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by qmatic0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants