Notifications
Clear all

Ne pas afficher les sous-forums

4 Posts
2 Users
1 Reactions
51 Views
jean-marie
Posts: 62
Topic starter
(@jean-marie)
Estimable Member
Joined: 1 year ago

Bonjour

Sur ma page, je voudrais comment n'afficher que les forum et non pas les sous-forums dans la partie latérale du site, voir mon screen


3 Replies
Sofy
Posts: 5754
 Sofy
Admin
(@sofy)
Support Team
Joined: 8 years ago

@jean-mariejean-marie

Please use the CSS code below:

.wpforo-widget-content.wpforo-ajax-widget.wpforo-ajax-widget-onload-false dl{
     display:none !important
}

Insert the code in the top Admin Bar > Customize > Additional CSS, paste it into the “Additional CSS” textarea, save your changes, clear all caches, and check again.

 


Reply
jean-marie
Posts: 62
Topic starter
(@jean-marie)
Estimable Member
Joined: 1 year ago

Bonsoir

J'ai mis le code dans personnaliser >>> CSS additionnel, j'ai vider mon cache, mais rien n'a changé ?


Reply
1 Reply
Sofy
 Sofy
Admin
(@sofy)
Joined: 8 years ago

Support Team
Posts: 5754

@jean-marie

Please enter the code exactly as it’s provided.

In the screenshot, you can see that display: none; has been translated, which causes the issue.


Reply