Quote:
Originally Posted by Ibizaer webshop
|
Thank you for the link. Try this modification:
1. First remove this CSS code from your custom theme.
HTML Code:
div.ecwid-productBrowser-auth {
display:none;
}
2. Then add this CSS code:
HTML Code:
div.ecwid-ProductBrowser-auth-anonim {
display:none;
}
div.ecwid-ProductBrowser-auth-logged span.gwt-Anchor {
display:none;
}
div.ecwid-ProductBrowser-auth-logged a.gwt-Anchor {
position:absolute;
top: Npx;
right:Mpx;
}
Replace N and M with real numbers to move the "Sign out" link to any place.