Hello. I'm using WPML with Flagship and I can't find the way to remove or hide the language flags from the social icons side bar.
Tried to find if there's a setting in WPML options and nothing there,
Any help is appreciated.
Hey!
You can hide the flags with following css code - add it to css/custom.css or the quick css field:
.avia_wpml_language_switch{
display: none !important;
}
Regards,
Peter
Perfect!
Thanks.
This topic has been closed to new replies.