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
Hi Ismael,
Works Perfect!!
How can I do that for non transparency header?
Many thanks.
BR,
Antonio.
Hi,
Try adding this css and change the image URL to a darker one that will show better in the white non transparency header:
#top #header_meta li.lang-item {
padding-left: 30px;
}
#top #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;
}
After applying the css, please clear your browser cache and check.
Best regards,
Mike
Great Mike! Many thanks
BR
Antonio.
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike