Hi there folks, I'm again helping at a fair trade project based in Japan this time and we have a bit of an issue with the translation into japanese of the sentence "comments are disable", can you pls help me with some "CSS Magic" to erase the sentence showing up in each post: http://www.joel-world.jp/blog/ Thx tons and wish you all a great day !!!! Jose
Hello, Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: .post-meta ul li.meta-comm { display: none; } It will resolve your issue. Thanks & Regards Yogesh Bhade