Remove border from language switcher
-
On our website, we use the language switcher in the pop-up that appears when first entering the website. However, a border keeps appearing when switching languages (see below).

I have tried using custom CSS to resolve this issue, but it doesn’t seem to work. How can I solve this problem?
Current custom CSS:
selector .cpel-switcher__lang {
border: none !important;
}The page I need help with: [log in to see the link]
The topic ‘Remove border from language switcher’ is closed to new replies.