Please or Register to create posts and topics.

Change the term of Overview

Hy

I would like to change the word : Overview in front of all forums.

Write something different or put nothing.

Is is already possible ?

Is there a setting already exist ? Because I didn’t see anything !

Uploaded files:
  • asagaros.png

Hello @tof

I will add a new option with the next update which allows you to change the main forum title. An additional css-class will also be added to the title tag so that you can hide the title for specific views via a css-snippet.

An example for the overview:

.main-title-overview {
    display: none !important;
}

You can find the GitHub changeset here:

https://github.com/Asgaros/asgaros-forum/commit/2ab8ed60f5146111d52fdc1f7a95534fe6be2fdd

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