Skip to content Skip to sidebar

Tagged: 

This topic contains 0 reply, has 1 voice.

Last updated by lizG 1 year, 9 months ago.

Assisted by: Shekhar Bhandari.

Author Posts
July 9, 2024 at 8:58 am #15919149

lizG

Background of the issue:
I want to style the language switcher to be in line with the rest of the items in the header. Managed to do that for the English icon and text but when I click on it and it shows the German flag and "Deutsch", it still has the wrong font and the underline. The CSS I managed to style the English flat and text with is as follows:
.wpml-ls-link {
font-family: "QuickSand" !important;
text-decoration: none !important;
}

I tried figuring things out with the inspector tool, but nothing is working and I am getting frustrated :-)) So any help from your end would be much appreciated.

Symptoms:
CSS on language switcher not working for the German flag and text.

Questions:
How can I style the German flag and text in the language switcher to match the English styling?