Get rid of the "< Back" button in New Detail Screen

Anyway I can get rid of the “< Back” button that automatically develops with a New Detail Screen?

Please use this code in a rich text component.

<pre><span><style>

[data-test="back-button"] {
display: none;
}

</style></span></pre>

1 Like

Awesome, thanks @ThinhDinh!

1 Like

You can find more resources here, including CSS!

1 Like

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.