Allow us to completely toggle "last edited by" (and the right pane in general)
added in v3
Nicolas Giard
updated the status to
added in v3
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
updated the status to
planned
Nicolas Giard
updated the status to
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.