NO BUG: No CSS Selector found

Hi,

The highlighted text comes from the Edit Account element of the WooCommerce Builder. Unfortunately, I can’t have the CSS selector to edit it. Also, I cannot remove the entire Display field.

Unfortunately, I can’t have the CSS selector to edit it

#account_display_name + span { ... }

Hi Abey,
We use the standard WooCommerce markup for the element. If you switch to a default theme, for example, you will see that the note also has no class.

However, you can still target it:

%root% span em {
  color: red;
}

but is it possible to disable the editing of display name?