Custom Scoreboard

7 views
Skip to first unread message

Claire Deacon

unread,
Sep 23, 2025, 1:23:32 PM (8 days ago) Sep 23
to owlcms
Hi, 

We are looking at try to condense the information displayed on the public scoreboard. Is there a way in which columns such as year or birth can be removed. Or are there plans for this function to become available?

Many thanks

Jean-François Lamy

unread,
Sep 23, 2025, 1:31:18 PM (8 days ago) Sep 23
to owlcms
You have full control over the styling of the scoreboards using the CSS web technology standard.
To hide the birth/year you would edit the local/css/nogrid/resultsCustomization.css and change.
    --birthWidth: 6ch;
    --birthVisibility: visible;
to
    --birthWidth: 0;
    --birthVisibility: hidden;

Most of the columns that make sense being hidden should be already tweakable like that -- if not, send a request to owl...@jflamy.dev

For other changes, a web designer/web programmer should be able to figure it out.
Or you will probably have good luck asking Claude.ai or ChatGPT.com to figure it out for you.
Reply all
Reply to author
Forward
0 new messages