Hide the “Score” column that appears on the “My participation” page
By default, the "My Participation" page displays a summary of a user's entries. For games, it also includes the scores achieved in each participation:
However, if needed it is possible to hide this score by applying the following CSS code:
.gui_participations_list tr > *:last-child {
display:none !important;
}
Add the code in Editor > Design > Advanced > CSS styles field:
Iniciar sesión para dejar un comentario.