Maksi Posted February 9, 2014 Share Posted February 9, 2014 Is there a module or add-on to changing the Center column background colour in PrestaShop 1.5.6.2. ? Link to comment Share on other sites More sharing options...
vekia Posted February 9, 2014 Share Posted February 9, 2014 hello there is no module for that because everything depends on css styles. can you share url to your store? i will check it and give you solution (step by step guide) Link to comment Share on other sites More sharing options...
Maksi Posted February 9, 2014 Author Share Posted February 9, 2014 Thank you so much.Here is the page /under construction/http://mobiltok.qspace.hu/index.php Link to comment Share on other sites More sharing options...
vekia Posted February 9, 2014 Share Posted February 9, 2014 you use non defualt theme, to change background of the "page contents container" you have to define background param for #columns div you can do it in global.css file, just add there something like: #columns { background: brown!Important; } effect: Link to comment Share on other sites More sharing options...
Maksi Posted February 17, 2014 Author Share Posted February 17, 2014 Thanks, problem is solved. 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