Hey ftt123!
Yes, by default our theme will display flags instead of the text but you can change the design easily. Insert this code into the custom css field:
.avia_wpml_language_switch li .language_translated {
display: block;
}
.avia_wpml_language_switch li .language_flag {
display: none;
}
to hide the flag and to display the text instead.
Cheers!
Peter
thanks, and what about the place in which I would like to display: at the top of the page in the small menu or at the rightend of the main menu?