/* This sets the background image of the page. Just replace the page id and the url of the background image */ .page-id-43 { background-image: url("http://176.32.230.250/storefront.com/wp-content/uploads/2015/09/record-shop.jpg"); background-size: cover; } /* This makes the header transparent so that the background image shows through */ .site-header { background-color: transparent; } /* This removes the bottom border */ .hentry { border-bottom: 0px solid rgba(0, 0, 0, 0); } /* This sets the border of the shortcodes ultimate button */ .sfbutton { border-color: white !important; } /* This removes the site footer */ .site-footer { display: none; }