This commit is contained in:
Lieu Le
2019-09-27 13:36:46 +07:00
parent 3fb8aa84f0
commit 0e03431cb8
2 changed files with 6 additions and 3 deletions

View File

@@ -4,13 +4,16 @@
// no header and footer for user management page
.page-template-user-management {
header, footer, #colophon {
display:none;
&.logged-in {
header, footer, #colophon {
display:none;
}
}
article header {
display:block !important;
}
}
/// my-properties page
.button-actions {
position:absolute;