Jump to content

Make changes to the default theme


Recommended Posts

Hi All

 

Just installed a brand new store...

 

Trying to understand how Prestashop works...any help would be appreciated.

 

1. How do I make changes to the default theme - in particularly, make the 'search box' smaller,

2. Replace the logo with a full width banner

3. Move the banner above the Contact | Sitemap | Currency

 

Thanks all...

Link to comment
Share on other sites

1) you have to edit css styles of your search block, they are located in: /modules/blocksearch/blocksearch.css

2) you will have to edit the code a bit, especially header.tpl file (html modification)

3) the same as above, if you want to move your header logo above these links, you will have to edit the html of the theme. +css styles in global.css file

 

i suggest you to read official documentation about theme development fundamentals http://doc.prestashop.com/display/PS15/Theme+development+fundamentals

  • Like 1
Link to comment
Share on other sites

×
×
  • Create New...