To remove the author and date from your blog posts, follow these steps:
- Navigate to Superb Addons > Custom CSS > Add New CSS Block in your WordPress dashboard.
- Add the following CSS code:
.entry-meta {
display: none !important;
}
To remove the author and date from your blog posts, follow these steps:
.entry-meta {
display: none !important;
}