• Resolved markomod123

    (@markomod123)


    Hello, I would like to change this text “Bosnian” in widget, to read “Bosanski, Serbian, Croatian”. I want to change only the text output

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    You can add this js code somewhere in the footer, but “Bosanski, Serbian, Croatian” is not going to fit:

    jQuery(document).ready(function(){
        document.querySelectorAll('img[src*="bs.svg"]').forEach(function(e){e.nextSibling.textContent = ' Bosanski, Serbian, Croatian';});
    });

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Change text’ is closed to new replies.