Hi @legangela,
Thank you for contacting us. I am happy to help out.
You can add a tel tag to the current header button by doing these steps:
1. Install and activate the TC Custom JavaScript plugin
2. Go To Appearance > Custom JavaScript
3. Paste the following code into the provided box
(function($){
if( $('.sydney-hero-area .subtitle .button-slider').length ) {
$('.sydney-hero-area .subtitle .button-slider').attr('href', 'tel:+39.388.63.63.659');
}
})(jQuery);
4. Update
Hope that helps.
Regards,
Kharis
Sorry for the delay in replying but I have not received the notification,
I tried but it doesn’t work..
@legangela no worries.
Try replacing the code with this one. And let me know how it goes.
(function($){
if( $('.sydney-hero-area .text-slider-stopped .button-slider').length ) {
$('.sydney-hero-area .text-slider-stopped .button-slider').attr('href', 'tel:+39.388.63.63.659');
}
})(jQuery);
Regards,
Kharis
You’re welcome!
Please let us know in a new topic if you have any further questions, or if we can provide you with any other assistance.
Regards,
Kharis