8
CSS for Hiding the Remix Button on Published Projects
Luke Pacholski редактировал(а) эту страницу 2017-01-18 13:07:12 -08:00
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;
}