playground (read only)

Open full view…

How to create Sub header?

r:richardth
Mon Apr 14 2014 19:36:21 GMT+0000 (UTC)

Example: "Jobs" IT Admin HR "All Things" Room Parents Etc

@r:richardth
2014-04-14T19:36:21.000Z

Example: "Jobs" IT Admin HR "All Things" Room Parents Etc

@huidong
2014-04-14T22:19:08.000Z

That can be done with a little simple HTML, I assume you are already comfortable with embedding Muut on your own site? ```html <div class="muut"> <a class="muut-url" href="https://muut.com/i/forum-name">Your Forum Title</a> <div class="m-h3">Jobs</div> <a>IT</a> <div class="m-h3">All Things</div> <a>Room</a> ``` For more detailed instructions, refer to the documentation on [Custom forum categories](https://muut.com/docs/custom-navigation.html#custom-forum-categories).