Resource: Code to Hide the Standard Four-Tile Layout on the Home Page
Place this code into your Advanced CSS Setting area and you will hide the standard four-tile layout and be able to build a custom layout using site parts.
.item-list {
#one, #two, #three, #four {
display: none;
}
}
#one, #two, #three, #four {
display: none;
}
}