Jump to content

[solved] footer links - how to remove them?


Recommended Posts

the first block is from

/modules/blockreinsurance

 

1. if you want to disable that go to module and search blockreinsurance than disable that.

 

2. the other part is from this code which you can find \themes\default\modules\blockcms\blockcms.tpl (if you use default theme)

 

<!-- MODULE Block footer -->
<div class="block_various_links" id="block_various_links_footer">
 <p class="title_block">{l s='Information' mod='blockcms'}</p>
 <ul>
  {if !$PS_CATALOG_MODE}<li class="first_item"><a href="{$link->getPageLink('prices-drop')}" title="{l s='Specials' mod='blockcms'}">{l s='Specials' mod='blockcms'}</a></li>{/if}
  <li class="{if $PS_CATALOG_MODE}first_{/if}item"><a href="{$link->getPageLink('new-products')}" title="{l s='New products' mod='blockcms'}">{l s='New products' mod='blockcms'}</a></li>
  {if !$PS_CATALOG_MODE}<li class="item"><a href="{$link->getPageLink('best-sales')}" title="{l s='Top sellers' mod='blockcms'}">{l s='Top sellers' mod='blockcms'}</a></li>{/if}
  {if $display_stores_footer}<li class="item"><a href="{$link->getPageLink('stores')}" title="{l s='Our stores' mod='blockcms'}">{l s='Our stores' mod='blockcms'}</a></li>{/if}
  <li class="item"><a href="{$link->getPageLink($contact_url, true)}" title="{l s='Contact us' mod='blockcms'}">{l s='Contact us' mod='blockcms'}</a></li>
  {foreach from=$cmslinks item=cmslink}
   {if $cmslink.meta_title != ''}
 <li class="item"><a href="{$cmslink.link|addslashes}" title="{$cmslink.meta_title|escape:'htmlall':'UTF-8'}">{$cmslink.meta_title|escape:'htmlall':'UTF-8'}</a></li>
   {/if}
  {/foreach}
  <li><a href="{$link->getPageLink('sitemap')}" title="{l s='sitemap' mod='blockcms'}">{l s='Sitemap' mod='blockcms'}</a></li>
  {if $display_poweredby}<li class="last_item">{l s='Powered by' mod='blockcms'} <a target="_blank" href="http://www.prestashop.com">PrestaShop</a>™</li>{/if}
 </ul>
{$footer_text}
</div>
<!-- /MODULE Block footer -->

 

and than remove those line and it will solve your issue.

  • Like 2
Link to comment
Share on other sites

  • 3 weeks later...

good evening

 

I can not speak English, sorry, I go through the translator.

 

I'd be links: my account and return home in the steps of block my account, I will wish to change:

 

they are too tight, and I want to change the icon of hospitality.

 

Could you help me, please?

 

Regards

Link to comment
Share on other sites

you have to edit css styles for this block:

/themes/prestashop/css/modules/blockmyaccount/blockmyaccount.css

 

you've got there:

div.myaccount, div.myaccount a {
color: #5d0630;
}

 

you can define own font-size param

line-height, color etc.

Link to comment
Share on other sites

×
×
  • Create New...