Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
... only in this area and preview (not title and others)
.p { font-family: Optima-Regular, "Times New Roman", serif; }
Above does not work.
You need to target the correct element, you can inspect the elements in your browser console to find the correct selectors.
For example
.composer .preview { font-size: 24px; color: green; }
Will change the font-size and color of the composer.
@baris Thank you. How can I change this part's font? The following doesnot work.
.composer .p { font-size: 24px; color: green; }
That would be
.topic .content { }
Thanks it works indeed!
J
@sharonyue That, I think, is just a header element. So prefix the line with a couple #s to make it a header. The more you add, the smaller the header.
B
This is a bug https://github.com/NodeBB/NodeBB/issues/7814
P
@caygri what? Did you try? What happened?
Seams to work 🙂
Hm... are you using a special theme?