Shape 5

Joomla Templates => New Vision - Club => : toffffe October 09, 2013, 02:20:48 AM



: how to remove the background pattern on the template
: toffffe October 09, 2013, 02:20:48 AM
Hello,
I want to know how to remove the background pattern on the template "new vision" at the top and bottom of the template
Should we do this in the css because I did not find this setting in the template
Thank you in advance


: Re: how to remove the background pattern on the template
: mikenicoll October 10, 2013, 01:59:43 PM
Hello,

This would need to be modified in the CSS or by changing out the images directly. I would suggest using Firebug to identify elements like this. An example is below for how to change the backgrounds.

Template.CSS - Line 395

#s5_central_area {
    background: url("../images/s5_central_area.jpg") repeat scroll 0 0 rgba(0, 0, 0, 0);
}

-Mike