Quantcast
Channel: Topics in Category: Can I do this with LimeSurvey? - LimeSurvey forums
Viewing all articles
Browse latest Browse all 17529

Toggle between templates based on language - by: tpartner

$
0
0
You should be able to do that with CSS if you give the logo images language-specific classes.

body.lang-en img.logo-fr {
	display: none;
}
 
body.lang-fr img.logo-en {
	display: none;
}

Viewing all articles
Browse latest Browse all 17529

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>