bea77 Posted April 1, 2014 Share Posted April 1, 2014 (edited) Hello I have a multistore website - prestashop 1.6 I would like to add a class in the body of each shop. I don't want to build a new theme for each shop, i just need an specific class in the body (for exemple .theshopname) Sorry for my english, i have been tried in the french forum but no answer... thanks in advance Edited April 2, 2014 by bea77 (see edit history) Link to comment Share on other sites More sharing options...
dioniz Posted April 1, 2014 Share Posted April 1, 2014 Where do you want to put that class? Link to comment Share on other sites More sharing options...
bea77 Posted April 1, 2014 Author Share Posted April 1, 2014 (edited) In the body of each page, for example: <body class="index hide-left-column hide-right-column lang_fr shopname" id="index"> this way, i could make for example in my css styles: .shopname #header{ background-color:red; } thank you Edited April 1, 2014 by bea77 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted April 1, 2014 Share Posted April 1, 2014 instead of shopname is much better to use shop id (why? in shop name you can use spaces - it will not work as a css .class) with id: for example class="shop1" / class="shop2" etc. in header tpl to body class="" definition add: shop{$cart->id_shop} 2 Link to comment Share on other sites More sharing options...
bea77 Posted April 1, 2014 Author Share Posted April 1, 2014 Thank you very much, vekia i will try your solution and come back to put 'resolved' in this post pretty soon Link to comment Share on other sites More sharing options...
bea77 Posted April 2, 2014 Author Share Posted April 2, 2014 your solution works perfectly, thanks a lot vekia 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