Araviel Posted July 6, 2015 Share Posted July 6, 2015 Hi everyone ! I'm wondering how I can modify php / css / html for geting a similar feature in my horizontal menu (i'm running on prestashop 1.6.0.6) this is the standart layout (without the right banner) and I want to customize a category like that : Any help will be really appreciated, Thanks in advance Romain. Link to comment Share on other sites More sharing options...
vekia Posted July 6, 2015 Share Posted July 6, 2015 contents of menu are generated inside main php file (blocktopmenu.php) so in this case it is necessary to alter code there. there you can find SWITCH function that decides what element will be displayed, and then - generate a code you just have to alter code to meet your requirements. basics in PHP and HTML/CSS are more than necessary. 1 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