Jump to content

problem changing background


Recommended Posts

I am having problems changing my background when I go to the global css it says that the background is white but when I load the website it has some vertical lines 

 

here is the website for reference

tiktekmall.com

 

thanks for your help

igal 

Link to comment
Share on other sites

 

Hi igal,

 

In http://tiktekmall.com/modules/themeconfigurator/css/theme4.css there are 2 places where a background image of a grid is being used. Remove those lines or comment them out:

 

.header-container, .columns-container {

  background: url(../img/bg-theme3.jpg) repeat 50% 0;  /* remove this */

}

 

#header {

  background: url(../img/bg-theme3.jpg) repeat 50% 0;  /* remove this */

}

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...