Simply Follow these steps
(1) Open Your Customize Tab
(2) Select Selection “Additional CSS”
(3) Copy/Paste the code below in the code editor at the bottom
.entry-footer {display: none;}
(4) Save code by selecting “Publish” button
@wes9659 and how if i want to remove just the “category” item only. Thanks
Moderator
James Huff
(@macmanx)
Volunteer Moderator
@aceppp Add this to Additional CSS:
.cat-links {
display: none !important;
}
Thanks @macmanx , its works
Thanks, @macmanx for:
.cat-links {
display: none !important;
}
Tech support from GeneratePress said to use the code below to remove the category from my blog posts and it didn’t work. YOU saved the day!!!
.category .page-header {
display: none;
}