Support Forums for LiveMesh Themes & Plugins › Forums › Appdev Theme Support › how to change the default template that brings the theme? › Reply To: how to change the default template that brings the theme?

Thanks for the image – that helps. The code is in custom/custom.css file. Pls remove the entire contents of this file and you should be fine with a default background. You will need to get rid of the below code (or change the background image to one of your choice), specifically –
#title-area { background-repeat: no-repeat; .... background-image: url(https://www.livemeshthemes.com/squash//wp-content/uploads/2013/05/bg-slide1.jpg); ..... padding: 115px 0; } #title-area h1, #title-area h2 { margin-bottom: 20px; color: #E0E3E8; font-size: 48px; line-height: 60px; }
There is more discussion on this here (although for a different theme, it also applies here) –
https://www.livemeshthemes.com/support/forums/topic/default-header-image-on-blog-post-etc/
This code can cause some confusion and hence let me see what I can do to fix this in my next update.