Viewing 6 posts - 1 through 6 (of 6 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

    #1487899

    Hi Ismael,

    Works Perfect!!
    How can I do that for non transparency header?
    Many thanks.
    BR,

    Antonio.

    #1487928

    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

    #1487930

    Great Mike! Many thanks
    BR

    Antonio.

    #1487933

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Image next to the language selector’ is closed to new replies.