تخطي إلى المحتوى تخطي إلى الشريط الجانبي

الوسوم: 

يحتوي هذا الموضوع 0 ردود ، لديه 1 أصوات.

آخر تحديث بواسطة lizG قبل 1 سنة، 9 أشهر.

يساعده: Shekhar Bhandari.

الكاتب المشاركات
9 يوليو، 2024 في 8:58 ص #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?