Quote Originally Posted by RixStix View Post
Customers are having trouble finding a "LOG OUT" button in tablet and mobile devices.

Surely I am missing something because the only place I found a LOGOUT link is buried in INFORMATION => CustomerService => LOGOUT.

Can someone help find the icon if it's hidden?
The log out button is not there. If you want to add it back in, you will need to edit the includes/templates/westminster_new/common/tpl_header_tablet.php and the includes/templates/westminster_new/common/tpl_header_mobile.php to add it back in:

Code:
<li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><i class="fa fa-power-off"></i><?php echo HEADER_TITLE_LOGOFF; ?></a></li>


Thanks,

Anne