Limited time offer: Up to 40% Discount
Back to knowledge base

How do I remove Author and Date from Blog Posts in the theme Superb Pixels

To remove the author and date from your blog posts, follow these steps:

  1. Navigate to Superb Addons > Custom CSS > Add New CSS Block in your WordPress dashboard.
  2. Add the following CSS code:

.entry-meta {
display: none !important;
}