Hi, I use the css modifier below to remove the date and post stamp. Iworks great on the home post page but it does not work on the post itself. So when I click the Read More button that information is on the post page. .product .post_meta { display: none; } Thanks! Barry
Hello, Paste this code in Custom CSS Appearance > Theme Option > Styling Option > Custom CSS Code: .product-info .post_meta, .product .post_meta { display:none; } It will solve your issue. Thanks & Warm Regards Harmeet Singh InkThemes.com