Jump to content

[solved] how to remove text from the page.


Recommended Posts

hi, after two hours spent, I have no idea how to remove one small text from my shop.

address:

artofslides.com

text to be removed - on the top of the page, on the left side right above logo, there is a link "Twoje konto". it's invisible unless you hover mouse on top of it.

 

I would like to remove this text completly. is there any fast way to what line of code I should elete in order to get rid of that text?

 

best, pawel

Link to comment
Share on other sites

open the: modules/blockuserinfo/blokcuserinfo.tpl file

 

<div id="your_account"><a href="{$link->getPageLink('my-account', true)}" title="{l s='View my customer account' mod='blockuserinfo'}" rel="nofollow">{l s='Your Account' mod='blockuserinfo'}</a></div>

 

remove it and thats all, remember that when you change something in .tpl files - you have to recompile the theme - so you need to turn force compilation on under the preferences -> performance tab

 

regards

Link to comment
Share on other sites

If you don't want to delete it, you can use comments:

{*

*}

 

{*
<div id="your_account"><a href="{$link->getPageLink('my-account', true)}" title="{l s='View my customer account' mod='blockuserinfo'}" rel="nofollow">{l s='Your Account' mod='blockuserinfo'}</a></div>
*}

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...