Comments 2alaskadoc started the conversationAugust 17, 2018 at 3:19pmIs there a way to create an auto dial hyperlink within slider revolution?I am looking to do within Slider Revolution what I have done with the call to action.Thank You, 564OrionThemes repliedAugust 17, 2018 at 8:00pmHi,You can do this anywhere with HTML. You can add it to revolution slider as well. In the backend revolution slider editor, the button might not look the same as it will look on the front end. The basic HTML for such link is: <a href="tel:1-907-826-2273">Call now!</a> You can add classes to it, so it looks like a button: <a href="tel:1-907-826-2273" class="btn btn-c2 btn-flat btn-md btn-round">Call now!</a>And finally, if you want the phone icon as well: <a href="tel:1-907-826-2273" class="btn btn-c2 btn-flat btn-md btn-round"><i class="fa fa-phone" aria-hidden="true"></i> Call now!</a> Any of the above will do the job.AndrejOrionThemes Sign in to reply ...
Is there a way to create an auto dial hyperlink within slider revolution?
I am looking to do within Slider Revolution what I have done with the call to action.
Thank You,
Hi,
You can do this anywhere with HTML. You can add it to revolution slider as well.
In the backend revolution slider editor, the button might not look the same as it will look on the front end.
The basic HTML for such link is:
You can add classes to it, so it looks like a button:
And finally, if you want the phone icon as well:
Any of the above will do the job.
Andrej
OrionThemes