• Resolved steve92

    (@steve92)


    I downloaded version 1.3.4 and the graph statistics icon appears in the tray bar. How do I hide it?

Viewing 6 replies - 1 through 6 (of 6 total)
  • I am also looking for the same, how can I remove the dashboard icon on the webmaster/tray bar? I think we should have a setting to enable or disable this for sure.

    I am thinking of using CSS to not display it but that is a bit much…

    • This reply was modified 3 years, 7 months ago by KD35.
    Thread Starter steve92

    (@steve92)

    I have tried with css, but I don’t find the correct class.

    Did you ever figure this out? Seems like this plugin might have been abandoned.

    Thread Starter steve92

    (@steve92)

    This is CSS solution:

    .pvc-graph-container {
    	display: none !important;
    }

    @steve92 – Thanks bro!! It worked perfectly. I didn’t need that negative energy in my life lol!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Hide graph icon in tray bar’ is closed to new replies.