Home › Forums › Azuma Pro › Remove category from bottom of post page › Reply To: Remove category from bottom of post page
July 7, 2020 at 10:39 pm
#11311
Andy
Keymaster
To remove it, use this CSS
.entry-footer {
display: none;
}
It’s fairly standard to show the post meta info such as author, categories and tags on a blog, but yeah if you just want to remove it use the CSS above.