Mobius2000 Posted March 18, 2010 Share Posted March 18, 2010 Hi everyone,First of all, thank you to anyone who can spare the time to take a look at this, it may have already been covered however i couldn't find any postings for it, I apologise if it has already been asked/answered.I have my prestashop site, i love the layout of the overall site however I have seen other themes that have the general Prestashop layout for the main shop but they have customised the layout just for the index page.I was hoping someone may be able to explain how that is done? I am hoping to be able to do a completely separate layout for my home page and my about us page.Any tips would be greatly appreciated. The layouts look great but I just think a flashy home page looks great to catch the users attention and then pull them into the standard 3 column e-commerce layout sections.Again, thank you to anyone who can spare the time to point me in the right directions.Richard. Link to comment Share on other sites More sharing options...
razaro Posted March 18, 2010 Share Posted March 18, 2010 To hide module from homepage go toBack Office » Modules » Positions Editand in Exceptions field put index.phpTo hide whole column {if $page_name != 'index'} {$HOOK_LEFT_COLUMN} {/if} And you can use similar if statement for styling center column something like this should work.Then customize css for modules on homepage.Edit: also check this link 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