Dec 04, 2024 7:28 pm
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.
2 Replies
Dec 05, 2024 9:12 am
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.
Dec 05, 2024 7:03 pm
Thank you! this is working <3