Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Brian

    (@brianmiyaji)

    @lstephan Thanks for your feedback! The players can be sorted by clicking and dragging the handle next to each player in the event box score admin. Substitutes have a .sub class, so you can add something like this to the Custom CSS section (SportsPress > General) to change the styling for those rows:

    .sp-event-performance .sub {
    color: #888;
    background: #eee;
    }
    Thread Starter lstephan

    (@lstephan)

    Thanks Brian,

    It works fine.

    Lstephan

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Soccer, specific display for substitutes’ is closed to new replies.