igalfsg Posted October 18, 2014 Share Posted October 18, 2014 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 More sharing options...
osdznr14mm Posted October 19, 2014 Share Posted October 19, 2014 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 More sharing options...
igalfsg Posted October 19, 2014 Author Share Posted October 19, 2014 thanks that fixed it! Link to comment Share on other sites More sharing options...
osdznr14mm Posted October 19, 2014 Share Posted October 19, 2014 You're welcome . Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now