crypto1970 Posted October 24, 2014 Share Posted October 24, 2014 Hi, i'm new in using Prestashop 1.6 Just begin yesterday I would like to customize the toolbar .. For example i don't want to see the "help" link button. Where is the file to modify .. or the fileS ... can you help me ? Thanks Link to comment Share on other sites More sharing options...
Paulito Posted October 25, 2014 Share Posted October 25, 2014 (edited) Hello You could just <!--Comment Out--> the code Go to: public_html/Your Shop/admin/themes/default/template/page_header_toolbar.tpl Around line 114: </li> {/if} {if isset($help_link)} <li> <!--<a class="toolbar_btn btn-help" href="{$help_link|escape}" title="{l s='Help'}"> <i class="process-icon-help"></i> <div>{l s='Help'}</div> </a>--> </li> {/if} Not sure if this is the best way but it works Before http://screencast.com/t/E2quX1mu3i8 After http://screencast.com/t/Lns1jVM8mfV Usinng PS 1.6.0.5 default theme Paul Edited October 25, 2014 by Paulito (see edit history) 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