Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #226115

    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 ?

    #226117

    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;
    }
    #226129

    Hey!

    Glad you figured it out! Let us know if you have any other questions or issues

    Best regards,
    Yigit

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.