Hi,
I’d like to add the image I sent you to the links next to the language selector, like in the example I sent you.
Can you help me?
Thanks advance,
BR,
Antonio
Hey Antonio,
Thank you for the inquiry.
You can use this css code to position the image beside the language selector.
#top .av_header_transparency #header_meta li.lang-item {
padding-left: 30px;
}
#top .av_header_transparency #header_meta li.lang-item:before {
content: url(https://39897976.servicio-online.net/wp-content/uploads/2025/07/mundo-3.png);
position: absolute;
left: 0;
top: -5px;
}
Best regards,
Ismael