How can I remove the post date, posted by, category and comments from the post. I don't want this to show. Thanks
Hello, Paste the following code in your Custom CSS (Appearance -> Theme Options -> Styling Options -> Custom CSS) Code: .product .post_meta { display: none; } This will solve your issue.