How to remove "New Post" and "Post thread" tabs...

pikitsu

Member
Registered
Joined
Jan 23, 2023
Messages
15
Points
3

Reputation:

How to remove "New Post" and "Post thread" tabs... under chat?

How do I move these two tabs down to where the Forum starts?
 

Attachments

  • tabs.png
    tabs.png
    5.5 KB · Views: 119

one_finger_man

Well-known member
Registered
Joined
Jan 20, 2022
Messages
385
Points
53

Reputation:

How to remove "New Post" and "Post thread" tabs... under chat?

How do I move these two tabs down to where the Forum starts?
pikitsuyou will need to add this to your extra.less theme!!!
CSS:
[data-template="forum_list"] {
    .p-title-pageAction {
        display: none;
    }
}
 

pikitsu

Member
Registered
Joined
Jan 23, 2023
Messages
15
Points
3

Reputation:

Thank you. Now they have disappeared completely?
Should be displayed right at the top of the forum
 

Attachments

  • 1tabs.png
    1tabs.png
    29.6 KB · Views: 102
Top