Hello,
I have this strange bar under the language switcher. It was not there before but it appeared at some stage…
I would like to keep the language code (DE EN), I want only this bar to disappear.
A help will be appreciated,
Thank you!
Hello,
I have this strange bar under the language switcher. It was not there before but it appeared at some stage…
I would like to keep the language code (DE EN), I want only this bar to disappear.
A help will be appreciated,
Thank you!
hello @TomoTana
please Go to Online Store->Theme->Edit code then go to assets/theme.css ->paste below code at the bottom of the file.
.etranslate-language-list-link{
overflow: hidden;
}
Add this code in timber.scss
ul#etranslate-language-list-link {
overflow-x: hidden;
}
Thank you.
Both solutions worked.
Thank you very much!