tianka Posted April 18, 2013 Share Posted April 18, 2013 Hi guys, I am new to Presta, I use PrestaShop 1.5. As I understood, most things I want to customize is in themes folder where I can change my theme not changng base files, so I can update them with new Presta versions in the future. The thing I can't understand - there are modules style files (e.g. blockuserinfo) that are not under themes folder. How do I do that right? I tried to create blockuserinfo folder with views folder inside under my theme's modules folder but it did not work. Could you explain what should I do to override styles for the standard modules? Link to comment Share on other sites More sharing options...
razaro Posted April 18, 2013 Share Posted April 18, 2013 Check http://doc.prestashop.com/display/PS15/Overriding+default+behaviors#Overridingdefaultbehaviors-Overridingamodule'sbehavior But you use same folder structure in theme as it is in modules. So for example blockuserinfo.css is in modules/blockuserinfo/ and if you need to change some styles then path should be themes/your_theme/css/modules/blockuserinfo/ and blockuserinfo.css should be there. 1 Link to comment Share on other sites More sharing options...
tianka Posted April 18, 2013 Author Share Posted April 18, 2013 Correct! Thanks a lot! Don't know why I did not see that topic. Everything works. Only one additional note - blockuserinfo has its own images in img folder - so had to put it there as well. 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