Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1486891

    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

    #1486905

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

    View post on imgur.com

    Best regards,
    Ismael

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