On the home page, there is a default background image in the parallax section.
Where can I edit this to remove it from displaying?
It only appears briefly but id like to get rid of it.
The image URL: https://www.8theme.com/import/legenda/wp-content/uploads/2016/03/slider_bg14.jpg
CSS
.vc_custom_1476850313039 {
padding-top: 40px !important;
padding-bottom: 40px !important;
background-image: url(https://www.8theme.com/import/legenda/wp-content/uploads/2016/03/slider_bg14.jpg?id=1185) !important;
background-position: center;
background-repeat: no-repeat !important;
background-size: cover !important;
}