Please or Register to create posts and topics.

Remove the forum title

Page 1 of 2Next
How can I remove the forum title? thanks
Uploaded files:
  • demo.jpg
Dj Chowuy has reacted to this post.
Dj Chowuy

Hello @root5

You can remove this title by adding the following CSS:

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

 

Guillaume, Root5 and Thiago Santos de Moraes have reacted to this post.
GuillaumeRoot5Thiago Santos de Moraes
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on September 27, 2019, 6:02 pm

Hello @root5

You can remove this title by adding the following CSS:

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

 

Thanks!

Asgaros, Dj Chowuy and alhaqpk have reacted to this post.
AsgarosDj Chowuyalhaqpk

I am having the same issue and the code did not take.  I want to remove the two Forum labels.

Uploaded files:
  • ForumForum.JPG

Also is there a way to close the gap between the blue forum, profile, etc bar and the first category?

Hello @larry-f

You can hide the title by using the CSS mentioned in the post above. This will also remove the gap.

The breadcrumbs can be disabled in the settings.

 

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

Hi,

What will happen if any other plugin or maybe theme is also using (.main-title) in css?

by adding

.main-title {
    display: none !important;
}
maybe all of them will be disabled.

@sharif

You can use #af-wrapper .main-title as a selector instead to ensure that only the forum-title is getting removed.

Thiago Santos de Moraes has reacted to this post.
Thiago Santos de Moraes
If you want to support the development of Asgaros Forum, you can leave a good review or donate. Thank you very much!
Quote from Asgaros on September 27, 2019, 6:02 pm

You can remove this title by adding the following CSS:

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

Thank you @root5, where do you add that exactly?

  1. Go to the Forum Backend/Style
  2. Add this to custom css
YosuCadilla has reacted to this post.
YosuCadilla
Nur ein Biker weiß, warum ein Hund seinen Kopf aus einem Autofenster steckt.
Only a biker knows why a dog sticks its head out a car window.
Page 1 of 2Next