How to remove the Customize Dashboard link
In order to remove the Customize Dashboard link just go to AdminCP -> Extension -> Theme -> Manage Theme -> Select your theme by clicking in the drop down menu and select the option "Edit Templates", now we need to select the "Core" template and the welcome block (see the screen-shot attached).
Comment or remove this HTML code:
<div id="theme"><a href="http://www.phpfox.com/core/index-member/customize/">{phrase var='core.customize_dashboard'}</a></div>
Finally, CLEAN YOUR SITE'S CACHE!.

i hided it by this code :
<!--<a href="{url link='core.index-member.customize'}" class="no_ajax_link">{phrase var='core.customize_dashboard'}</a>-->
is this safty to use <!-- --> ??
thank you
Ok, I tried to comment by adding '#' before the line in this article. On the frontend, it just shows the '#' right before 'customize dashboard'. i do not like deleting stuff, so can someone tell me how to comment out this line????
EDIT: Googled and found this is how you comment. However I was told somwhere before that you comment by using '#'. Anyway, use below.
<!--This is a comment. Comments are not displayed in the browser-->



