En.RaMy wrote:Hi,
I want to add Background textures to the theme as implemented in http://themes.allure.nop-templates.com/men
 Please help !
 Hi,
you can easily add a background texture to your site, just add this code to the custom head styles panel in your administration:
body {
    background-image: url('../img/your-texture-file.png');
    background-repeat: repeat;
}
Then place your texture image in the image folder of your theme Themes\Brooklyn\Content\img
Keep in mind that you can add only one texture.