Greetings Sergi:
Open the following file (within the following path) –> plugins/system/jat3/base-themes/default/css/switchj15.css
(if it’s not “switchj15.css”. look for “switchj17.css”)
Look for the following:
<blockquote>#ja-switch {
height: auto;
left: 0;
position: fixed;
top: 50%;
width: auto !important;
z-index: 99999;
margin-top: -137px;
}
</blockquote>
and change it to . . .
<blockquote>#ja-switch {
display: none;
height: auto;
left: 0;
position: fixed;
top: 50%;
width: auto !important;
z-index: 99999;
margin-top: -137px;
}</blockquote>
The “key” is the “display: none”
Hope That Helps