Abstracts Reviewing area customisation

My team asked to :

  • hide the authors, co-authors and affiliation in the abstracts reviewing area, I found this thread so I managed to create a custom css which worked as intended :
.abstract-authorship-block {
    display: none;
}

.review-summary-content {
    display: none;
}

.i-timeline-item-box.header-indicator-left .field-value label {
    display: none;
}

.i-timeline .i-timeline-item:first-of-type {
    display: none;
}

.toolbar.thin {
    display: none;
}
  • add a single/muli choice question in a dropdown list after the review action that shows only when an abstract is rejected (to justify the rejection reasons). I only managed to add yes/no questions. (if it helps, here is the list [Empty Abstracts, Poor Writing Quality, Does not address a topic related to emergency medicine, Retrospective or cross-sectional study with a small sample size, Irrelevant case report]).

Can I change the layout of the reviewing area?