-
How do I disable the red block div and show post content instead as seen in "Latest" section?
-
Hello @Manan Kalpesh Shah !
You may use the following script to delete the red div almost like in this answeerd https://una.io/cmts-view/1hm0zjs?sys=bx_forum&cmt_id=43554
<script>
$(".from-red-400").remove();
</script>
-
I don't just want to remove the red part but also show the post text (not title)
-