Jump to content

Hide rows in footer and adjust others


Recommended Posts

Hi.

It is necessary to unhook and modify three TPL templates.


1. remove the hook

image.thumb.png.421ae8b6fc5a4b91f19d0a4579eac109.png

 

2. TPL change in ./themes/classic/modules/ps_linklist/views/templates/hook/linkblock.tpl

find:

<div class="col-md-6 links">

change to:

<div class="col-md-8 links">

 

3. TPL change in ./themes/classic/modules/ps_customeraccountlinks/ps_customeraccountlinks.tpl

find:

<div id="block_myaccount_infos" class="col-md-3 links wrapper">

change to:

<div id="block_myaccount_infos" class="col-md-4 links wrapper">

 

4. After changing the TPL files, you need to clear the cache

  • Like 1
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...