Skip to main content

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:

 Remove Gauge Elements with Custom CSS

 

Thanks in advance!

Tom

6 件の回答
  1. 2022年8月4日 11:10

    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.   

0/9000