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

@ -1040,7 +1040,7 @@ Use it to make something cool, have fun, and share what you've learned with othe
background-color: transparent;
color: #2f73e9; }
.page-template-user-management header, .page-template-user-management footer, .page-template-user-management #colophon {
.page-template-user-management.logged-in header, .page-template-user-management.logged-in footer, .page-template-user-management.logged-in #colophon {
display: none; }
.page-template-user-management article header {

View File

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