How can I hide the "Comments are closed." text on a standard page - as show in the attached screenshot? Thanks, Rex
Hello! Paste the code given below in Custom CSS section (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard. Code: p.nocomments { display: none; } Thanks & Regards Pramod