Dec 14, 2022 11:51 am
Hi,
Is it possible to stop comments showing below the page content when they are already featured in a widget (e.g., https://play-places.com/places/summerville/ashley-river-park/)?
Thanks!
Website URL
4 Replies
Dec 14, 2022 11:59 am
In the case of this website you can use the CSS code mentioned below:
#comments { display:none; } .geodir-single-reviews-container #comments { display: block !important; }
Please watch this video: https://www.screencast.com/t/PSkinqdxJly