Hello, I use this solution to show WPML country code instead of flags in the Main Menu:
https://kriesi.at/support/topic/wmpl-country-code-instead-of-flags/
works fine.
I want to mark the current language underlined, so I added this to my custom CSS:
li .avia_current_lang .language_flag { text-decoration: underline!important; }
no sucess so far.
need some help with the CSS in this place.
Hi,
Can you post the link to your website please?
Regards,
Josue
Hi!
Please try this code – insert it into the child theme style.css file or into the quick css field:
#top #avia-menu li.avia_current_lang span{
text-decoration: underline;
}
Regards,
Peter
This is working so nicely! Thank you tor helping me with this. I am happy!