ernestus2001 Posted May 11, 2013 Share Posted May 11, 2013 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 More sharing options...
vekia Posted May 12, 2013 Share Posted May 12, 2013 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 More sharing options...
Paulito Posted May 12, 2013 Share Posted May 12, 2013 Good morning, Vekia, if you changed the 'true' to 'false' would that hide the link. I know it maybe a silly question but I prefer to disable than delete Paul Link to comment Share on other sites More sharing options...
vekia Posted May 12, 2013 Share Posted May 12, 2013 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 More sharing options...
ernestus2001 Posted May 13, 2013 Author Share Posted May 13, 2013 thanks a lot vekia, it worked as always. Link to comment Share on other sites More sharing options...
vekia Posted May 13, 2013 Share Posted May 13, 2013 thanks a lot vekia, it worked as always. yeah nice to hear that I could help you :-) So i can mark this thread as solved regards 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