0
Answered

Remove half-time and fulltime text, how to remove this ? I only want to show score

mzrid 3 years ago in Match updated by Andrei S. (Developer) 3 years ago 3

Image 2747

+1
Searching answer

Hi,

You can override PHP template files, or you can hide them with CSS code.

If you need help with it, send me a link to this page.

+1
Answered

Use the code below code

.match-scoreboard__footer-line, .match-scoreboard__text-result {
display: none !important;
}

https://anwppro.userecho.com/en/knowledge-bases/2/articles/1-how-to-add-custom-css