Hi Johnny,
For some reason, the custom page style doesn’t activate unless I am using a slider.
I have a achieved what I want to do by doing the following (for those who may want to do the same):
Turn custom styles on for the page
Put a space bar in the rev slider box
in Samsara/css/layout.css, find the following:
.page-template-page-homepage-php .fullscreen_stage {
min-height: 300px;
height: auto;
margin-bottom: 0px;
overflow: visible;
Change the min-hight to 0px and your done.
Thanks Johnny.