Please or Register to create posts and topics.

Remove the unread section

Hi,

how do I remove the unread section?

 

Thank you

Hello @mbanovastore

Do you mean only the view which shows all unread topics? Or do you mean the lower area in the overview which contains the read/unread-status, mark all read-button and the link to the unread-view?

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!

Hi,

Thank you for the reply!

I am talking about the lower section, with the ‘marked all read’, ‘show unread topics’ and ‘nothing new’!

Hello again @mbanovastore

You can hide this section by adding the following css-snippet to Forum -> Appearance -> Custom CSS:

#af-wrapper #read-unread {
    display: none !important;
}

 

If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!