0

Class Element Request

Can someone reply with the class of this element please.  I have managed to hide the toggle part of this but I am stuck trying to hide the label part.

 Many Thanks

8 replies

null
    • Ninox partner
    • RoSoft_Steven.1
    • 2 wk ago
    • Reported - view

    class="Label-gZOsYV fjBzqU"

      • Alan_Cooke
      • 2 wk ago
      • Reported - view

       Thanks now how do I use this to {display: none;}.  I took a shot with

      div.Label-gZOsYV fjBzqU {display: none;}

      which I figured would likely be wrong :-)

      TIA

      • Ninox partner
      • RoSoft_Steven.1
      • 2 wk ago
      • Reported - view

       

      class="Label-gZOsYV.fjBzqU"    It's possible it needs a dot instead of a space.

      • Alan_Cooke
      • 2 wk ago
      • Reported - view

       Like this:  div.Label-gZOsYV.fjBzqU {display: none;}

      • Alan_Cooke
      • 2 wk ago
      • Reported - view

      Tried it - no go sadly.

      • Ninox partner
      • RoSoft_Steven.1
      • 2 wk ago
      • Reported - view

       

      this works:

      .Label-gZOsYV.fjBzqU {display: none;}

    • Alan_Cooke
    • 2 wk ago
    • Reported - view

    Thanks so much!!!

    • Paul_Chappell
    • 2 wk ago
    • Reported - view

    Why would you want to remove that? If you remove the edit toggle using code how are you then going to get back into the code to make changes in the future? Just wondering what you’re trying to achieve.