Hi! I just installed WP Discuz, and I use Breakdance as my builder. The WP Discuz wasn't rendering properly, so I found this article on your site for using a shortcode instead: https://wpdiscuz.com/community/f-a-q/wpdiscuz-shortcode/. This seemed to work okay as far as it was styled correctly, and I was able to edit it according to your settings. However, when I posted a test comment, it put it in two places - one below the comment line as it should be and one above the whole area (just below the article but above the article rating). Can you help me fix this? Here is the URL so you can see the comments.
Hi,
Try this CSS code:
ol.comments-list {display: none !important;} .bde-rich-text-964-104.bde-rich-text.breakdance-rich-text-styles {margin-bottom:0 }
Insert the code in the "Custom CSS code" textarea, located in the Dashboard > wpDiscuz > Settings > Styles & Colors admin page.
Thank you! That fixed the issue! 😊