Skip to content
This repository has been archived by the owner on Jul 31, 2019. It is now read-only.

CSS for Hiding the Remix Button on Published Projects

Luke Pacholski edited this page Jan 18, 2017 · 8 revisions

Once in a while, the Remix button that is automatically added to when a project is published gets in the way of the design or important functionality.

Add the following code to style.css in your project (or to any other linked CSS file)...

.details-bar.cleanslate {
  display: none !important;
}