Jump to content

How to remove top horizontal small banner with Dummy Phone number etc


maijaz

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...