maijaz Posted October 27, 2016 Share Posted October 27, 2016 Hello, How can i remove top horizontal small banner with Dummy Phone number etc. See attached. Link to comment Share on other sites More sharing options...
vekia Posted October 27, 2016 Share Posted October 27, 2016 open header.tpl located in theme directory remove code {capture name='displayNav'}{hook h='displayNav'}{/capture} {if $smarty.capture.displayNav} <div class="nav"> <div class="container"> <div class="row"> <nav>{$smarty.capture.displayNav}</nav> </div> </div> </div> {/if} Link to comment Share on other sites More sharing options...
maijaz Posted October 28, 2016 Author Share Posted October 28, 2016 Hi Vekia, You are super. As you have answered me as a novice and new to this, gives me a hope to continue. Can you please give me a guidence where I can start doing basics? Meaning a documentation that shows which portion contributes to what in Prestashop default theme. Just like you pointed out the top header belongs to header.tpl and what code. 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