June 27, 2024 at 9:05 am
#4734
petrick handerson
Participant
Hi Janco,
Add below CSS to remove archives and categories information
Go to Dashboard => Appearance => Additional CSS => Paste below CSS => Publish
.sidebar-area {
display: none;
}
Thanks