Hi everyone,
I am trying to remove some text elements of the Gauge Widget by using custom CSS. Does anyone have an idea what the code would be for that? I am trying to remove the elements in the blue boxes in the following screenshot:
Thanks in advance!
Tom
6 Antworten
Hi @Tom Sakretz For the first blue box value 120% use the below CSS : - .percentage-value{ display : none!important; }
For the other one go to widget design section and deselect show labels option.