add a Description to the front page on what the forum is about, how precisely can I do that?
You'd be looking at a header widget for this. ACP > Extend > Widgets
Instead of the posts showing up on categories , how do i show topics there ?
I would imagine that this would get messy rather quickly.
I presume it wouldnt , like the topics in small text to fit inside.
@Alankrit-Choudhary Fork the lavender theme, go to the highlighted line in this file
And add {categories.posts.topic.title}
inside whatever container, small, or h tags, or a P tag. Up to you I guess.
But do note that updates to the official lavender theme will require you to do some work to get them on your forked theme.
EDIT: If you want to make the title clickable, then you could do something like
<a href="{categories.posts.topic.slug}">{categories.posts.topic.title}</a>
Add small or span as neccessary...