The effects of alcohol on sustanon 250 leucine for – real weight loss & bodybuilding benefits?
Duplication comment...
 
Share:
Notifications
Clear all

Question [Solved] Duplication comment section

3 Posts
2 Users
0 Reactions
94 Views
Posts: 2
 Tian
Topic starter
(@tian)
New Member
Joined: 2 weeks ago

Good day! im heavily using elementor. I want to ask how to hide the comment section in WordPress and not the widget in elementor? because when the "Discussion" in wordpress is closed on a specific page, the widget in elementor is also disabled.

Duplicate

Link: https://kapated.com/iteration2/avp-infomercial/avp/

2 Replies
Asti
Posts: 7658
 Asti
Support
(@asti)
Illustrious Member
Joined: 7 years ago

Hi,

Please use the CSS code below: 

div#comments {
     display: none; 
}

.page-content div#comments {
     display:block;
}

Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.

Don't forget to delete the caches before checking.

Posts: 2
 Tian
Topic starter
(@tian)
New Member
Joined: 2 weeks ago

Thank you! this is working <3

Share: