Glam - How to Remove the Splash
BEHIND THE SLIDER
Navigate to Appearance > Editor > style.css file (this will load by default). Look for this section of code:
.home-top #genesis-responsive-slider {
background: transparent url(images/slider-bg.png) no-repeat;
background-size: 100%;
border: 0;
margin: 0 auto;
padding: 0 60px;
position: relative;
}
Remove the lines that are bolded, scroll down and save changes.
BEHIND THE eNEWS WIDGET ON THE SIDEBAR
Navigate to Appearance > Editor > style.css file (this will load by default). Look for this section of code:
.sidebar .enews-widget.widget {
background: url(images/sidebar-enews.png) top no-repeat;
background-size: 100%;
text-align: center;
}
background: url(images/sidebar-enews.png) top no-repeat;
background-size: 100%;
text-align: center;
}
Remove the lines that are bolded, scroll down and save changes.