Home › Forums › WoodMart support forum › Сode Сode This topic has 3 replies, 2 voices, and was last updated 6 years, 1 month ago by Elise Noromit. Viewing 4 posts - 1 through 4 (of 4 total) Author Posts March 6, 2019 at 7:45 am #111190 player123Participant 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? March 6, 2019 at 9:47 am #111219 Elise NoromitMember Hello, Navigate to the Theme Settings > Custom JS and add this code. Best Regards March 11, 2019 at 6:26 am #112187 player123Participant Thx March 11, 2019 at 9:36 am #112227 Elise NoromitMember You are welcome! If you have any questions please feel free to contact us. Best Regards Author Posts Viewing 4 posts - 1 through 4 (of 4 total) You must be logged in to create new topics. Login / Register