• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Remove Sign up button

Dismal Shadow

Active member
Here's how to remove the orange "Sign Up" button.

Find template sidebar_visitor_panel:
Code:
<div class="section loginButton">		
	<div class="secondaryContent">
		<label for="LoginControl" id="SignupButton"><span>{xen:phrase sign_up_now}</span></label>
	</div>
</div>

Reason I did this is because there's already a sign up/login on the top right. ;)
 
Top Bottom