How can I remove the ‘‘Recent Pages’’ section from left sidebar?
In your custom.css file add this
.recent {
display: none;
}
How can I remove the ‘‘Recent Pages’’ section from left sidebar?
In your custom.css file add this
.recent {
display: none;
}