laffin_boy Any way to change the violent intense pink of the Announcements theme
In Appearance > Extensions > Flarum tag, then edit the announcements tag and choose a different color
laffin_boy The font size used in the posts is way too small
As far as I know, there is no extension available that enlarges the font. You can, however, modify the CSS styles of your forum directly (basically modify the “source code” of the website).
For example, by putting something like this in Administration > Appearance > Custom CSS:
body {
font-size: 24px !important; /* or whatever font size you want */
}
This is a more technical approach, but unfortunately the only one that works quite reliably if no extension for that exists(?) (note: I haven’t tested if the code works).
Yes, again in Administration > Extensions > Flarum Tags (if I remember correctly, there is a pencil button next to them or some kind of edit button). FYI to reorder them, just drag and drop them. Primary tags are like traditional forum categories/boards and have a 2 level hierarchy, secondary ones act just like labels, for microcategorization