Notifications
Clear all

Style [Closed] How to Hide New Topic Button

7 Posts
2 Users
0 Reactions
2,156 Views
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

hi how do i get rid of this

 

6 Replies
1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3627

@asmadi1,

#wpforo #wpforo-wrap button.wpf-button.add_wpftopic {
    display: none !important;
}
Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

I need the html code for the two images below?
please help

 

&
 
1 Reply
Chris
(@chris)
Joined: 3 years ago

Famed Member
Posts: 3627

@asmadi1,

I don't see what's the arrow showing on the first screenshot,

Disable "Show Forum Statistic" option from Dashboard > Forums > Settings > Features Tab

 

Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

I mean I asked for the code to put in the template

Posts: 31
Topic starter
(@asmadi1)
Trusted Member
Joined: 4 years ago

in the first screenshot it means that I asked for the html code of the menu above to be installed in the template.

 

as well as the second screenshot

Chris
Posts: 3627
(@chris)
Famed Member
Joined: 3 years ago

@asmadi1,

Posted by: @asmadi1
Posted by: @chris

Disable "Show Forum Statistic" option from Dashboard > Forums > Settings > Features Tab

Use this method to hide the forum statistics

Posted by: @asmadi1

in the first screenshot it means that I asked for the html code of the menu above to be installed in the template.

#wpforo #wpforo-wrap #wpforo-menu {
    display: none !important;
}