STROP theme -removal of background image

Latest Reply from Alice at 2015-06-19 04:08:57
thanks for the prior help on the columns not showing... I was the plugin 'TEST DRIVE'

I need to remove the background city street image from the STROP template, plus change from BLACK to WHITE the background color

1) removal of background image

2) change from BLACK to WHITE the background color

THANk YOU !!! so much
Hi!

You may change the top background of the theme by editing the following code inside the style.css file of the theme:
body {	
position:relative;
font-family:'opensansregular';
background:url(images/top.jpg) top no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;
}

just remove the code:
background:url(images/top.jpg) top no-repeat;
-moz-background-size: 100%;
-webkit-background-size: 100%;
-o-background-size: 100%;
background-size: 100%;

There are several css files: style.css located in the directory of the theme and the others inside /css folder. Inspecting the page you will be able to find the line and the file you have to edit. This example shows how to delete background at the top of the page. It would help you to make other changes by yourself. We don't provide such kind of services.

Leave a reply

Add codeAdd image