add another phone number

is there any way to add another phone number?

Hi,
i have solved this problem.
Open file functions.php and paste this code:


function change_phone_number(){
    set_theme_mod( 'illdy_phone', 'yourphonenumberhere Phone: yourphonenumberhere' );
}
add_action('init', 'change_phone_number');


Change “yourphonenumber” with your telephone number and save the file.

Hope i was helpful :wink: