Add this code to the Custom CSS field on the Settings tab of your Website Translator widget’s settings:
.global-styles, [class*="background__Container-sc"]::after {
position: absolute;
background-color: white;
border-radius: 8px;
padding: 2px 5px;
font-size: 14px;
line-height: 14px;
top: 110%;
left: 0;
content: "Translated by Elfsight";
}
You are very welcome to set another text for the caption in the last line of the code