How To Hide the Register Link
To hide the register or login link on the top of the page, you can use custom CSS.
Click on Design > Site Layout > Custom CSS
Add the following CSS tag:
To hide the Login link:
#jroxTopLogin { display: none; }
To hide the Register Link:
#jroxTopRegister { display: none; }
Click on Design > Site Layout > Custom CSS
Add the following CSS tag:
To hide the Login link:
#jroxTopLogin { display: none; }
To hide the Register Link:
#jroxTopRegister { display: none; }
