 
	
		
		
		
		
			
Sorry
but i try but nothing append :(
I would to put different backgroud-color behind FR and EN :
.icl-fr {
    color: #fff;
    background-color: #77bcfe!important;
    color: #fff!important;
}
.icl-en {
    color: #fff;
    background-color: #eb23eb;
    background-image: none;
}But it’s not working…
Help ?
To myself and if that’s help to someone else i think i solve it with :
#lang_sel_list ul li.icl-fr a {
    background-color: #77bcfe!important;
    color: #fff!important;
}
#lang_sel_list ul li.icl-en a {
    color: #fff;
    background-color: #eb23eb;
    background-image: none;
}