Page 1 of 1

Log in

Posted: Tue Apr 11, 2017 10:14 am
by Dhara1937
Hi.
My client wants to remove the "log in" button in the header of their website.
How is that done, please?

Re: Log in

Posted: Tue Apr 11, 2017 2:03 pm
by JohnB
This is most likely included in the header of the theme you are using.

You can edit this by heading to Settings->Administrator then clicking on the Header file under the box titled Theme Editor.

Once you have the header file open, look for and delete this line:

Code: Select all

<h4 class="login emphasis inline"><? PrintLogin(); ?></h4>
It will likely be found around line 22.

If this line of code does not exist in the header file, the login button may have been put in manually by someone. So if you can't find the PrintLogin() code, please post the url of the website you are working on here so I can take a look at the login button and gave you further advice!

Re: Log in

Posted: Tue Apr 11, 2017 4:41 pm
by Dhara1937
Thanks, John.
That did the trick.