.switcher-content allows you to act on the entire block of the language switcher while the class .wplng-langague allows you to act on the languages themselves.', 'wplingua' ), array( 'code' => array() ) ); ?>
';
echo '.wplng-switcher.theme-light-double-square .switcher-content {' . PHP_EOL;
echo ' background-color: #5e33d9;' . PHP_EOL;
echo ' border: 1px solid #5e33d9;' . PHP_EOL;
echo '}';
echo '';
?>
';
echo '.wplng-switcher.theme-light-double-square .switcher-content .wplng-language {' . PHP_EOL;
echo ' border: 1px solid #5e33d9;' . PHP_EOL;
echo ' color: #5e33d9;' . PHP_EOL;
echo '}';
echo '';
?>