Downloaded Instacart's templates and deleted folders from churned customers.
This commit is contained in:
@ -0,0 +1,35 @@
|
||||
<style>
|
||||
/* Hide powered-by element with inline styles */
|
||||
aside {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
footer ~ * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.np-footer ~ * {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.np-powered-by,
|
||||
aside.np-powered-by,
|
||||
.np-powered-by.show,
|
||||
aside.np-powered-by.show,
|
||||
.np-footer + .np-powered-by,
|
||||
.np-footer + aside.np-powered-by,
|
||||
.np-footer + aside.np-powered-by.show {
|
||||
display: none !important;
|
||||
visibility: hidden !important;
|
||||
height: 0 !important;
|
||||
width: 0 !important;
|
||||
overflow: hidden !important;
|
||||
opacity: 0 !important;
|
||||
position: absolute !important;
|
||||
top: -9999px !important;
|
||||
left: -9999px !important;
|
||||
z-index: -1 !important;
|
||||
}
|
||||
</style>
|
||||
|
||||
{% body %}
|
||||
Reference in New Issue
Block a user