Flag for Arabic

Weird post here:

I have a client that would like the flag for the Arabic language to be different than the one suggested by Sitejet. For example when you click on the flag for Arabic on شقق فاخرة وبنتهاوس برلين | Gorki Apartments site: 209658

This appears

However, they would like to have this instead. I tried some things but kind of failed. Is there any way I can change this ?
liga-árabe 1

1 Like

Hi @Jeff_Liknes,

here are the steps to achieve it:

  1. upload the image to your website file manager
  2. open the image in the file manager and copy the URL
  3. add follow code to your Code CSS tab:
.language-ar {
    background-image: url("here you paste the image URL from the file manager")!important;
}
  1. save & done