Hi thanks for that.
I actually did want to keep the line, but not the annoying label that sits on top of my other labels....

- 2023-02-07_06-38-39.png (36.94 KiB) Viewed 74 times
I did forget that I was already targeting the class, so I have tried everything in here....
.b-sch-current-time {
//background-color: transparent !important;
border-width: 0 !important;
border-left: 1px orange !important;
border-style: solid !important;
opacity: 1;
//height: 0 !important;
label {
height: 0 !important;
width: 0 !important;
border-width: 0 !important;
}
}
No matter what I do, I cannot get rid of that label.
And its even worse when the current time is near the beginning of one of my other time lines, eg

- 2023-02-07_06-41-54.png (4.27 KiB) Viewed 74 times
If I could just get rid of the "rectangle top bit", but keep just the line, that would be great.
Thanks in advance