Allow us to completely toggle "last edited by" (and the right pane in general)
planned
T
Tom
Hey Bob, I am not sure if you ever solved this... but the way we did this was to edit the Admin > Theme > Code Injection > CSS Override
Add the following lines
div.page-author-card {
display: none
}
Nicolas Giard
planned
Nicolas Giard
under review
Themes will let you hide parts of the page you don't need. However, some features (like ratings) can be toggled on/off globally.