Hi,
1- You can add it has background image in the <li>
element.
2-You just need to copy the modified function to the functions.php of the child theme
Copy also the if before the function like this:
` if ( ! function_exists( ‘sf_language_flags’ ) ) {
function sf_language_flags() {`
-Rui