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!
How can we achieve that with nodebb, where spiders have nodebb's default access but not the hidden files, which only verified users can access?
Who does your hosting? Just wondering because i know there are some really good tutorials for nodebb scattered around the interwebs.
Thanks, I was worried that would be the answer...
@carmelzim Give us a shout at [email protected] 😄
@Kamal-Patel
Might be better if you create a new topic under the Feature Request category and optional create an issue on GitHub.