Hello,

search for the "footer" template and then search for:
Code:
<xen:if is="{$canChangeStyle}">
once you found the code remove these lines:
Code:
                <xen:if is="{$canChangeStyle}">
                    <li><a href="{xen:link 'misc/style', '', 'redirect={$requestPaths.requestUri}'}" class="OverlayTrigger Tooltip" title="{xen:phrase style_chooser}" rel="nofollow">{$visitorStyle.title}</a></li>
                </xen:if>
and the Style Chooser is gone.

Hope i could help you.

greeTz,
reeZZer
 
You can also use:

Code:
.footer .choosers
{
display: none;
}

But the best method would be @reeZZer because if you dont disable other styles you'll users can still select in their preferences.
 

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.

Back