Skip to content
This repository has been archived by the owner. It is now read-only.

Commit

Permalink
Hiding Homepage layout Bits
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmbacon committed Jan 14, 2015
1 parent 8c55552 commit cf8308b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions css/admin-style.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
#accordion-section-layout_builder {
/* Homepage Layout builder */
}
#accordion-section-layout_builder .customize-control-hidden * {
display: none;
}
#accordion-section-layout_builder .sliderDeleteRow {
float: right;
}
Expand Down
5 changes: 5 additions & 0 deletions sass/admin-style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@

#accordion-section-layout_builder {

// hide the "row1width"labels
.customize-control-hidden * {
display:none;
}

/* Homepage Layout builder */
.sliderDeleteRow {
float:right;
Expand Down

0 comments on commit cf8308b

Please sign in to comment.