Сode

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #111190

    player123
    Participant

    https://jsfiddle.net/uoL24ajs/7/

    Please tell me where to insert the code

    $(function() {
      var phones = [
        ["9996669988", "http://yandex.ru"],
        ["9995554422", "http://google.com"]
      ];
      var phone_id = Math.floor((Math.random() * phones.length));
      $('#phone').text(phones[phone_id][0]);
      $('#phone').attr('href', phones[phone_id][1]);
    });

    So he earned and it could be invoked?

    #111219

    Hello,

    Navigate to the Theme Settings > Custom JS and add this code.

    Best Regards

    #112187

    player123
    Participant

    Thx

    #112227

    You are welcome! If you have any questions please feel free to contact us.

    Best Regards

Viewing 4 posts - 1 through 4 (of 4 total)